View cloudSettings
{"lastUpload":"2020-07-09T11:37:59.707Z","extensionVersion":"v3.4.3"} |
View wordpress-transients-tutorial-02.php
<?php | |
/** | |
* Get Books posts. | |
* | |
* This is from a tutorial found here: | |
* @link https://johnregan3.wordpress.com/how-to-improve-wordpress-load-times-using-transients | |
* | |
* @since 1.0.0 | |
* | |
* @param array $genre_array An array of genre slugs. |
View wordpress-transients-tutorial-01.php
<?php | |
/** | |
* Get News posts. | |
* | |
* This is from a tutorial found here: | |
* @link https://johnregan3.wordpress.com/how-to-improve-wordpress-load-times-using-transients | |
* | |
* @since 1.0.0 | |
* @uses jr3_news_query | |
* |
NewerOlder