Uses
Uses | Description |
---|---|
wp-includes/option.php: update_option() | Updates the value of an option that was already added. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: unstick_post() | Un-stick a post. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |