Uses
Uses | Description |
---|---|
wp-includes/pluggable.php: get_userdata() | Retrieve user info by user ID. |
wp-includes/category.php: get_cat_name() | Retrieves the name of a category from its ID. |
wp-includes/taxonomy.php: is_object_in_taxonomy() | Determine if the given object type is associated with the given taxonomy. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-template.php: get_page_template_slug() | Get the specific template filename for a given post. |
wp-includes/post.php: wp_get_post_categories() | Retrieve the list of categories for a post. |
wp-includes/post.php: get_extended() | Get extended entry info ( |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/class-wp-xmlrpc-server.php: xmlrpc_prepare_page | Filters XML-RPC-prepared data for the given page. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::_convert_date() | Convert a WordPress date string to an IXR_Date object. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::_convert_date_gmt() | Convert a WordPress GMT date string to an IXR_Date object. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::get_custom_fields() | Retrieve custom fields for post. |
wp-includes/comment-template.php: comments_open() | Determines whether the current post is open for comments. |
wp-includes/comment-template.php: pings_open() | Determines whether the current post is open for pings. |