Uses
Uses | Description |
---|---|
wp-includes/post.php: is_sticky | Filters whether a post is sticky. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post-template.php: get_the_ID() | Retrieve the ID of the current item in the WordPress Loop. |