PHP Classes

File: app/helpers/helper.php

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   app/helpers/helper.php   Download  
File: app/helpers/helper.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Download Installed Plugin
Download a WordPress plugin as a ZIP archive
Author: By
Last change:
Date: Yesterday
Size: 375 bytes
 

Contents

Class file image Download
<?php

/**
 * File Description:
 * Helpers
 *
 * @since 1.0.0
 *
 * @author Biggidroid (https://www.biggidroid.com)
 * @package download-installed-plugin
 *
 * @copyright (c) 2024, Biggidroid (https://www.biggidroid.com)
 */

// If this file is called directly, abort.
defined('WPINC') || die;

/**
 * Helpers
 * write all the helper functions here
 *
 * @since 1.0.0
 */