wpcom_customize_css_plan_slug

wpcom_customize_css_plan_slug

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_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

    65
    66
    67
    68
    69
    70
    71
    72
    73
         *
         * @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 );
        }
    }