PHP Classes

File: config/settings.php

Recommend this page to a friend!
  Classes of Josantonius   WP_Plugin-Info   config/settings.php   Download  
File: config/settings.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WP_Plugin-Info
Retrieve WordPress plugin information values
Author: By
Last change: Updated to version 1.0.4
Updated to version 1.0.4
Updated to version 1.0.4
Date: 6 years ago
Size: 483 bytes
 

Contents

Class file image Download
<?php
/**
 * WP Plugin Info · Get and save plugin information from WordPress API.
 *
 * @author Josantonius <hello@josantonius.com>
 * @package eliasis-framework\wp-plugin-info
 * @copyright 2017 - 2018 (c) Josantonius - wp-plugin-info
 * @license https://opensource.org/licenses/MIT - The MIT License (MIT)
 * @link https://github.com/eliasis-framework/wp-plugin-info.git
 * @since 1.0.0
 */

return [

   
'interval' => ( 24 * 60 * 60 ) * 8, // 8 days in seconds

];