Plugin Directory

Changeset 2817289

Timestamp:
11/13/2022 05:18:30 PM (21 months ago)
Author:
AL Imran Akash
Message:

change name

Location:
instant-page-load/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • instant-page-load/trunk/src/Admin.php

    r2817288 r2817289  
    1515 * @package Plugin
    1616 * @subpackage Admin
    17  * @author WPPlugines <hello@wpplugines.io>
     17 * @author >
    1818 */
    1919class Admin extends Base {
  • instant-page-load/trunk/src/Survey.php

    r2817288 r2817289  
    1313 * @package Plugin
    1414 * @subpackage Survey
    15  * @author Codexpert <hi@wpplugines.io>
     15 * @author >
    1616 */
    1717class Survey extends Base {
  • instant-page-load/trunk/wp-instant-page-load.php

    r2817288 r2817289  
    3333 * Main class for the plugin
    3434 * @package Plugin
    35  * @author wpplugines <hello@wpplugines.io>
     35 * @author >
    3636 */
    3737final class Plugin {
     
    9191             * Asks to participate in a survey
    9292             *
    93              * @package Codexpert\Plugin
     93             * @package \Plugin
    9494             *
    95              * @author Codexpert <hi@wpplugines.io>
     95>
    9696             */
    9797            $survey = new Survey( $this->plugin );
Note: See TracChangeset for help on using the changeset viewer.