jetpack_explat_initialized

jetpack_explat_initialized

Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.14.5

do_action('jetpack_explat_initialized') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-explat/src/class-explat.php line 42

    Warning: Undefined array key 44 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 45 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 46 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 47 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    39
    40
    41
    42
    43
    44
            add_action( 'rest_api_init', array( new REST_Controller(), 'register_rest_routes' ) );
     
            // Runs right after the Jetpack ExPlat package is initialized.
            do_action( 'jetpack_explat_initialized' );
        }
    }