wpcom_customize_css_plan_slug, value_bundle
wpcom_customize_css_plan_slug, value_bundle
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('wpcom_customize_css_plan_slug, value_bundle') is found 2 times:
- /jetpack_vendor/automattic/jetpack-masterbar/src/nudges/additional-css/class-atomic-additional-css-manager.php line 71
Warning: Undefined array key 75 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 76 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* * @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 ); } } - /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
* * @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 ); } }