Filter Hook
View Source on Trac ↗
Filter Hook
site_editor_no_javascript_message
apply_filters( 'site_editor_no_javascript_message',
__('The site editor requires JavaScript. Please enable JavaScript in your browser settings.'),
$post
) Filters the message displayed in the site editor interface when JavaScript is not enabled in the browser.
Parameters 0 required
| Name / Type | Description |
|---|---|
| __('The site editor requires JavaScript. Please enable JavaScript in your browser settings.') mixed | No description available. |
| $post mixed | No description available. |
Return Value
(mixed)
No return value description available.
Hook Information
Source File
wp-admin/site-editor.php
Advertisement