Method | Description | |
---|---|---|
__construct ( Inpsyde\MultilingualPress\Service\Container $container ) | Constructor | |
check_for_errors ( ) : boolean | Checks for errors | |
check_for_user_errors_admin_notice ( ) : void | Checks for errors | |
delete_blog ( integer $blog_id ) : void | Remove deleted blog from 'inpsyde_multilingual' site option and clean up linked elements table. | |
language_attributes ( string $output ) : string | Use the current blog's language for the html tag. | |
late_load ( ) : void | ||
prepare_plugin_data ( ) : void | ||
setup ( ) : boolean | Initial setup handler. |
Method | Description | |
---|---|---|
load_features ( ) : array | Find and load core and pro features. |
Method | Description | |
---|---|---|
run_admin_actions ( ) : void | ||
run_frontend_actions ( ) : void |
public __construct ( Inpsyde\MultilingualPress\Service\Container $container ) | ||
$container | Inpsyde\MultilingualPress\Service\Container |
public check_for_errors ( ) : boolean | ||
return | boolean |
public check_for_user_errors_admin_notice ( ) : void | ||
return | void |
public delete_blog ( integer $blog_id ) : void | ||
$blog_id | integer | ID of the deleted blog. |
return | void |
public language_attributes ( string $output ) : string | ||
$output | string | Language attributes HTML. |
return | string |
protected load_features ( ) : array | ||
return | array | Files to include |