wpcom_customize_css_plan_slug
wpcom_customize_css_plan_slug
Appears in: jetpack.14.5
Hook Type: filter
Displaying hooks found in version: jetpack.14.5apply_filters('wpcom_customize_css_plan_slug') is found 1 times:
- /jetpack_vendor/automattic/jetpack-masterbar/src/nudges/additional-css/class-wpcom-additional-css-manager.php line 69
Warning: Undefined array key 73 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 74 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
656667686970717273*
* @
return
mixed
*/
protected
function
get_plan() {
$plan_slug
= apply_filters(
'wpcom_customize_css_plan_slug'
,
'value_bundle'
);
return
\Automattic\Jetpack\Plans::get_plan(
$plan_slug
);
}
}