Uses
Uses | Description |
---|---|
wp-includes/post.php: post_stuck | Fires once a post has been added to the sticky list. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
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. |