jetpack-forms-responses_init
jetpack-forms-responses_init
Appears in: jetpack.15.5, jetpack.15.6, jetpack.15.7, jetpack.15.8, jetpack.15.9, jetpack.15.9.1, jetpack.16.0
Hook Type: action
See hook in action
Displaying hooks found in version: jetpack.16.0do_action('jetpack-forms-responses_init') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/build/pages/jetpack-forms-responses/page.php line 140
/** * Fires when the jetpack-forms-responses page is initialized so extensions can register routes and menu items. */ do_action( 'jetpack-forms-responses_init' ); // Enqueue command palette assets for boot-based pages if ( function_exists( 'wp_enqueue_command_palette_assets' ) ) { wp_enqueue_command_palette_assets(); }