PHP Classes

File: config/add-urls.php

Recommend this page to a friend!
  Classes of Josantonius   WP_Plugin-Info   config/add-urls.php   Download  
File: config/add-urls.php
Role: Example script
Content type: text/plain
Description: Example 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
Updated to version 1.0.3
Date: 6 years ago
Size: 642 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
 */

use Eliasis\Complement\Type\Plugin;
use
Eliasis\Framework\App;

$url = App::MODULES_URL() . Plugin::WP_Plugin_Info()->getOption( 'folder' );

return [
   
'url' => [
       
'wp-api' => 'https://api.wordpress.org/plugins/info/1.0/',
    ],
];