This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Classic_Editor::is_option_override()
Return
(mixed)
Source
File: includes/libs/admin/editor/classic-editor.class.php
private function is_option_override( ){ $option = Plugin::instance()->get_embed_options_obj()->get_option('allow_override'); return is_wp_error( $option ) ? false : $option; }