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;
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment