Uses
Uses | Description |
---|---|
wp-includes/canonical.php: do_redirect_guess_404_permalink | Filters whether to attempt to guess a redirect URL for a 404 request. |
wp-includes/canonical.php: pre_redirect_guess_404_permalink | Short-circuits the redirect URL guessing for 404 requests. |
wp-includes/canonical.php: strict_redirect_guess_404_permalink | Filters whether to perform a strict guess for a 404 redirect. |
wp-includes/wp-db.php: wpdb::esc_like() | First half of escaping for LIKE special characters % and _ before preparing for MySQL. |
wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. |
wp-includes/query.php: get_query_var() | Retrieve variable in the WP_Query class. |
wp-includes/link-template.php: get_post_comments_feed_link() | Retrieves the permalink for the post comments feed. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/link-template.php: user_trailingslashit() | Retrieves a trailing-slashed string if the site is set for adding trailing slashes. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: get_post_types() | Get a list of all registered post type objects. |
wp-includes/wp-db.php: wpdb::get_var() | Retrieves one variable from the database. |
wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |