wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



site_editor_no_javascript_message › Filtr WordPress Hooks

Od6.3.0
Przestarzałyn/a
apply_filters( 'site_editor_no_javascript_message', __( 'The site editor requires JavaScript. Please enable JavaScript in your browser settings.' )
Parametry: (2)
  • (string) $message The message being displayed.
    Wymagane: Tak
  • (WP_Post) $post The post being edited.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the message displayed in the site editor interface when JavaScript is not enabled in the browser.





Źródło

$message = apply_filters( 'site_editor_no_javascript_message', __( 'The site editor requires JavaScript. Please enable JavaScript in your browser settings.' ), $post );