wp_enqueue_code_editor, $settings

wp_enqueue_code_editor, $settings

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('wp_enqueue_code_editor, $settings') is found 1 times:

  • /wp-includes/general-template.php line 4102
    	 * @since 4.9.0
    	 *
    	 * @param array $settings Settings for the enqueued code editor.
    	 */
    	do_action( 'wp_enqueue_code_editor', $settings );
    
    	return $settings;
    }
    
    /**
     * Generates and returns code editor settings.