New and updated in 4.7.0
-
Filters the custom CSS output into the head element.
-
functionwp_update_custom_css_post()
Updates the `custom_css` post for a given theme.
-
Filters the `css` (`post_content`) and `preprocessed` (`post_content_filtered`) args for a `custom_css` post being updated.
-
functionwp_custom_css_cb()
Renders the Custom CSS style element.
-
functionwp_get_custom_css_post()
Fetches the `custom_css` post for a given theme.
-
functionwp_get_custom_css()
Fetches the saved Custom CSS content for rendering.
-
Filters whether the custom header video is eligible to show on the current page.
-
functionget_custom_header_markup()
Retrieves the markup for a custom header.
-
functionthe_custom_header_markup()
Prints the markup for a custom header.
-
functionthe_header_video_url()
Displays header video URL.
-
functionget_header_video_settings()
Retrieves header video settings.
-
functionhas_custom_header()
Checks whether a custom header is set or not.
-
functionis_header_video_active()
Checks whether the custom header video is eligible to show on the current page.
-
functionhas_header_video()
Checks whether a header video is set or not.
-
functionget_header_video_url()
Retrieves header video URL for custom header.
-
Sets up Imagick for PDF processing.
-
Retrieves a specific component from a parsed URL array.
-
Translates a PHP_URL_* constant to the named array keys PHP uses.
-
Filters the list of template filenames that are searched for when retrieving a template to use.
-
Returns the output array.
-
methodWP_List_Util::filter()
Filters the list, based on a set of key => value arguments.
-
methodWP_List_Util::pluck()
Plucks a certain field out of each element in the input array.
-
methodWP_List_Util::sort()
Sorts the input array based on one or more orderby arguments.
-
Callback to sort an array by specific fields.
-
classWP_List_Util
List utility.
-
Constructor.
-
Returns the original input array.
-
Filters term data before it is updated in the database.
-
Filters term data before it is inserted into the database.
-