PHP code example of inpsyde / wp-stash
1. Go to this page and download the library: Download inpsyde/wp-stash library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
inpsyde / wp-stash example snippets
define('WP_STASH_DRIVER', '\Stash\Driver\Apc');
define('WP_STASH_DRIVER_ARGS', serialize(['ttl' => 3600]));
wp core check-update
Success: WordPress is at the latest version.
wp cache get update_core site-transient
(object) array(
'updates' =>
array (
0 =>
(object) array(
'response' => 'latest',
...