my_jetpack_{$product_slug}_activation

my_jetpack_{$product_slug}_activation

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.2.1

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

  • /jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php line 565
    		 * 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.