WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about theme_mod_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/theme.php apply_filters 1020 /**
* Filters the theme modification, or 'theme_mod', value.
*
* The dynamic portion of the hook name, `$name`, refers to the key name
* of the modification array. For example, 'header_textcolor', 'header_image',
* and so on depending on the theme options.
*
* @since 2.2.0
*
* @param mixed $current_mod The value of the active theme modification.
*/
wp-includes/theme.php apply_filters 1033 /**
* Filters the theme modification, or 'theme_mod', value.
*
* The dynamic portion of the hook name, `$name`, refers to the key name
* of the modification array. For example, 'header_textcolor', 'header_image',
* and so on depending on the theme options.
*
* @since 2.2.0
*
* @param mixed $current_mod The value of the active theme modification.
*/

Hook Parameters

Parameter Type Name Description
mixed $current_mod The value of the active theme modification.
mixed $current_mod The value of the active theme modification.