PHP Класс Mlp_Network_New_Site_Controller

Add new form-fields to site-new.php and save them to db
Автор: Inpsyde GmbH, ChriCo, toscho
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Inpsyde\MultilingualPress\API\SiteRelations $site_relation, Inpsyde\MultilingualPress\API\Languages $languages ) Constructor
update ( integer $blog_id ) : void Combine all update actions.

Приватные методы

Метод Описание
get_posted_language ( ) : boolean | string Get language from post request.
update_language ( integer $blog_id ) : void
update_relation ( integer $blog_id ) : integer Updating Site Relations for new sites.
update_wplang ( integer $blog_id ) : void Update option WPLANG in DB for new sites.

Описание методов

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

Constructor
public __construct ( Inpsyde\MultilingualPress\API\SiteRelations $site_relation, Inpsyde\MultilingualPress\API\Languages $languages )
$site_relation Inpsyde\MultilingualPress\API\SiteRelations Site relations API object.
$languages Inpsyde\MultilingualPress\API\Languages Languages API object.

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

Combine all update actions.
public update ( integer $blog_id ) : void
$blog_id integer
Результат void