Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: twentynineteen_custom_colors_saturation

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
18      }
19
20      /**
21       * Filters Twenty Nineteen default saturation level.
22       *
23       * @since Twenty Nineteen 1.0
24       *
25       * @param int $saturation Color saturation level.
26       */
27      $saturation = apply_filters( 'twentynineteen_custom_colors_saturation', 100 );
28      $saturation = absint( $saturation ) . '%';
29
30      /**
31       * Filters Twenty Nineteen default selection saturation level.
32       *
33       * @since Twenty Nineteen 1.0
34       *
35       * @param int $saturation_selection Selection color saturation level.
36       */