my_jetpack_{$product_slug}_activation

my_jetpack_{$product_slug}_activation

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('my_jetpack_{$product_slug}_activation') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php line 963
    959
    960
    961
    962
    963
    964
    965
    966
    967
    968
    969
         * Use this filter to run additional routines for a product activation on stand-alone plugins
         *
         * @param bool|WP_Error $result The result of the previous steps of activation.
         */
        $result = apply_filters( "my_jetpack_{$product_slug}_activation", $result );
     
        return $result;
    }
     
    /**
     * Override this method to perform product specific activation routines.