Title: _WP_Editors::__construct
Published: April 25, 2014
Last modified: April 28, 2025

---

# _WP_Editors::__construct()

[ Back to top](https://developer.wordpress.org/reference/classes/_wp_editors/__construct/?output_format=md#wp--skip-link--target)

This function’s access is marked private. This means it is not intended for use 
by plugin or theme developers, only by core. It is listed here for completeness.

## Source

    ```php
    private function __construct() {}
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-includes/class-wp-editor.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/6.9.4/src/wp-includes/class-wp-editor.php#L33)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/class-wp-editor.php#L33-L33)

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fclasses%2F_wp_editors%2F__construct%2F)
before being able to contribute a note or feedback.