WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about block_editor_no_javascript_message

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/edit-form-blocks.php apply_filters 340 /**
* Filters the message displayed in the block editor interface when JavaScript is
* not enabled in the browser.
*
* @since 5.0.3
*
* @param string $message The message being displayed.
* @param WP_Post $post The post being edited.
*/

Hook Parameters

Parameter Type Name Description
string $message The message being displayed.
WP_Post $post The post being edited.