Uses
Uses | Description |
---|---|
wp-includes/theme.php: current_theme_supports() | Checks a theme’s support for a given feature. |
wp-includes/taxonomy.php: wp_get_object_terms() | Retrieves the terms associated with the given object(s), in the supplied taxonomies. |
wp-includes/taxonomy.php: get_object_taxonomies() | Return the names or objects of the taxonomies which are registered for the requested object or object type, such as a post object or post type name. |
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-thumbnail-template.php: get_post_thumbnail_id() | Retrieve post thumbnail ID. |
wp-includes/post.php: is_sticky() | Determines whether a post is sticky. |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/post-formats.php: get_post_format() | Retrieve the format slug for a post |
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::_prepare_media_item() | Prepares media item data for return in an XML-RPC object. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::_prepare_term() | Prepares term data for return in an XML-RPC object. |
wp-includes/class-wp-xmlrpc-server.php: xmlrpc_prepare_post | Filters XML-RPC-prepared date for the given post. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::get_custom_fields() | Retrieve custom fields for post. |