AnsPress_Prod_Updater::theme_update_transient( $value )
Description #
Source #
File: admin/updater.php
public function theme_update_transient( $value ) {
$update_data = $this->check_theme_update();
if ( $update_data ) {
$value->response[ $this->slug ] = $update_data;
}
return $value;
}
Expand full source code Collapse full source code View on GitHub: admin/updater.php:426
Add your comment