edit_form_after_editor WordPress Action Hook

The edit_form_after_editor hook is called after the content editor has been displayed for the first time. It can be used to add custom fields to the editor, or to modify the editor settings.

do_action( 'edit_form_after_editor', WP_Post $post ) #

Fires after the content editor.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.