• The plugin header should be declared only once, in the main php file (ujicountdown.php) like so:

    /*
    Plugin Name: Uji Countdown
    Plugin URI: http://www.wpmanage.com/uji-countdown
    Description: HTML5 Customizable Countdown.
    Version: 2.0.8
    Text Domain: uji-countdown
    Domain Path: /lang
    Author: Wpmanage.com
    Author URI: http://wpmanage.com
    License: GPLv2
    Copyright 2017  WPmanage  (email : [email protected])
    */

    But in version 2.0.8, it is re-declared in three other php files:
    classes/class-uji-countdown-front.php
    classes/class-uji-countdown.php
    classes/UjiSubscriptionsTable.php

    With outdated information… probably a copy/paste mistake when these files were originally created. Please remove the superfluous declarations.

The topic ‘Plugin header declared in multiple PHP files in v2.0.8’ is closed to new replies.