Uses
Uses | Description |
---|---|
wp-includes/formatting.php: wp_html_excerpt() | Safely extracts not more than the first $count characters from HTML string. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-template.php: the_content | Filters the post content. |
wp-includes/post-template.php: the_excerpt | Filters the displayed post excerpt. |
wp-includes/post-template.php: the_title | Filters the post title. |
wp-includes/post.php: get_to_ping() | Retrieve URLs that need to be pinged. |
wp-includes/post.php: get_pung() | Retrieve URLs already pinged for a post. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/wp-db.php: wpdb::update() | Updates a row in the table. |
wp-includes/wp-db.php: wpdb::query() | Performs a MySQL database query, using current database connection. |
wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |
wp-includes/comment.php: trackback() | Send a Trackback. |