Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: customize_load_themes

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
5862            *
5863            * @see wp_prepare_themes_for_js()
5864            * @see themes_api()
5865            * @see WP_Customize_Manager::__construct()
5866            *
5867            * @param array                $themes  Nested array of theme data.
5868            * @param array                $args    List of arguments, such as page, search term, and tags to query for.
5869            * @param WP_Customize_Manager $manager Instance of Customize manager.
5870            */
5871           $themes = apply_filters( 'customize_load_themes', $themes, $args, $this );
5872
5873           wp_send_json_success( $themes );
5874      }
5875
5876
5877      /**
5878       * Callback for validating the header_textcolor value.
5879       *
5880       * Accepts 'blank', and otherwise uses sanitize_hex_color_no_hash().