Lines:
1 to 13 of 13
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Metabox */ /* class WPSEO_Metabox_Editor */ /* function WPSEO_Metabox_Editor::register_hooks() – Registers hooks to WordPress. */ /* function WPSEO_Metabox_Editor::add_css_inside_editor() – Adds our inside the editor CSS file to the list of CSS files to be loaded inside the editor. */ /* function WPSEO_Metabox_Editor::add_custom_element() – Adds a custom element to the tinyMCE editor that we need for marking the content. */