Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: admin_print_scripts

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
655       *
656       * @since 3.9.0
657       * @access public
658       */
659      public function print_scripts() {
660           /** This action is documented in wp-admin/admin-header.php */
661           do_action( 'admin_print_scripts-widgets.php' );
662
663           /** This action is documented in wp-admin/admin-header.php */
664           do_action( 'admin_print_scripts' );
665      }
666
667      /**
668       * Enqueues scripts and styles for Customizer panel and export data to JavaScript.
669       *
670       * @since 3.9.0
671       * @access public
672       *
673       * @global WP_Scripts $wp_scripts