jetpack_loaded, $this
jetpack_loaded, $this
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_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.