Class EPL_SL_Plugin_Updater
Allows plugins to use their own update API.
Package: EPL\Classes\Updater
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Author: Pippin Williamson
Version: 1.6.6
Since: 1.0
Located at lib/includes/class-epl-sl-plugin-updater.php
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Author: Pippin Williamson
Version: 1.6.6
Since: 1.0
Located at lib/includes/class-epl-sl-plugin-updater.php
Methods summary
public
|
|
public
|
|
public
array
|
#
check_update( array $_transient_data )
Check for Updates at the defined API endpoint and modify the update array. |
public
|
#
show_update_notification( string $file, array $plugin )
Show update nofication row -- needed for multisite subsites, because WP won't tell you otherwise! |
public
object
|
#
plugins_api_filter( mixed $_data, string $_action = '', object $_args = null )
Updates information on the "View version x.x details" page with custom data. |
public
array
|
#
http_request_args( array $args, string $url )
Disable SSL verification in order to prevent download update failures. |
public
|
|
public
boolean
|
|
public
|