jetpack_loaded, $this

jetpack_loaded, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_loaded, $this') is found 1 times:

  • /class.jetpack.php line 1069
    		 * @since 8.1.0
    		 *
    		 * @param Jetpack $jetpack the main plugin class object.
    		 */
    		do_action( 'jetpack_loaded', $this );
    
    		add_filter( 'map_meta_cap', array( $this, 'jetpack_custom_caps' ), 1, 2 );
    	}
    
    	/**
    	 * This is ported over from the manage module, which has been deprecated and baked in here.