New and updated in 4.7.0
-
Filter the SQL clauses of an attachment query to include filenames.
-
Fires before the trackback is added to a post.
-
Constructor.
-
Filters domains and URLs for resource hints of the given relation type.
-
functionwp_parse_url()
A wrapper for PHP’s parse_url() function that handles consistency in the return values across PHP versions.
-
Parses the JSON parameters.
-
Filters the calculated page on which a comment appears.
-
Filters the user profile picture description displayed under the Gravatar.
-
Gets dirty pre-sanitized setting values in the current customized state.
-
functionget_the_archive_description()
Retrieves the description for an author, post type, or term archive.
-
functionwp_dropdown_languages()
Displays or returns a Language selector.
-
functionget_page_templates()
Gets the page templates available in this theme.
-
functionregister_setting()
Registers a setting and its data.
-
functionunregister_setting()
Unregisters a setting.
-
functionpage_template_dropdown()
Prints out option HTML elements for the page templates drop-down.
-
Handles customize_save WP Ajax request to save/update a changeset.
-
Constructor.
-
functionwp_customize_support_script()
Prints a script to check whether or not the Customizer is supported, and apply either the no-customize-support or customize-support class to the body.
-
functionadd_theme_support()
Registers theme support for a given feature.
-
functionget_available_languages()
Gets all available languages based on the presence of *.mo and *.l10n.php files in a given directory.
-
functionremove_accents()
Converts all accent characters to ASCII characters.
-
Returns the theme’s post templates for a given post type.
-
functionwp_allowed_protocols()
Retrieves a list of protocols to allow in HTML attributes.
-
functionwp_timezone_choice()
Gives a nicely-formatted list of timezone strings.
-
functionwp_filter_object_list()
Filters a list of objects, based on a set of key => value arguments.
-
functionwp_list_filter()
Filters a list of objects, based on a set of key => value arguments.
-
functionwp_list_pluck()
Plucks a certain field out of each object or array in an array.
-
functionwp_send_json()
Sends a JSON response back to an Ajax request.