Habari\AdminPluginsHandler::post_plugins PHP Метод

post_plugins() публичный Метод

A POST handler for the admin plugins page that simply passes those options through.
public post_plugins ( )
    public function post_plugins()
    {
        return $this->get_plugins();
    }