Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: print_styles_array

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
175           $r = parent::all_deps( $handles, $recursion );
176           if ( !$recursion ) {
177                /**
178                 * Filter the array of enqueued styles before processing for output.
179                 *
180                 * @since 2.6.0
181                 *
182                 * @param array $to_do The list of enqueued styles about to be processed.
183                 */
184                $this->to_do = apply_filters( 'print_styles_array', $this->to_do );
185           }
186           return $r;
187      }
188
189      /**
190       * @param string $src
191       * @param string $ver
192       * @param string $handle
193       * @return string