Method |
Description |
|
__construct ( $type ) |
Constructor. |
|
bitbucket_password ( ) |
Bitbucket password for remote install. |
|
bitbucket_username ( ) |
Bitbucket username for remote install. |
|
branch ( ) |
Branch setting. |
|
create_form ( string $type ) |
Create Install Plugin or Install Theme page. |
|
get_repo ( ) |
Repo setting. |
|
github_access_token ( ) |
GitHub Access Token for remote install. |
|
gitlab_access_token ( ) |
GitLab Access Token for remote install. |
|
install ( string $type ) : boolean |
Install remote plugin or theme. |
|
install_api ( ) |
API setting. |
|
install_plugin_complete_actions ( $install_actions, $api, $plugin_file ) : mixed |
Remove activation links after plugin installation as no method to get $plugin_file. |
|
install_theme_complete_actions ( $install_actions, $api, $theme_info ) : mixed |
Fix activation links after theme installation, no method to get proper theme name. |
|
is_private_repo ( ) |
Setting for private repo. |
|
register_settings ( string $type ) |
Add settings sections. |
|