Alert: 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.
Api_Server::get_instance()
get_instance
Return Return
(void)
Source Source
File: src/core/classes/class-api-server.php
private static function get_instance() { if ( null === self::$instance ) { self::$instance = new Api_server(); } return self::$instance; }
Expand full source code Collapse full source code View on Github