Plugin Directory

Changeset 3447546


Ignore:
Timestamp:
01/27/2026 06:58:46 AM (2 months ago)
Author:
shakeelu
Message:

Minor update with code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confetti-fall-animation/trunk/confetti-fall-animation.php

    r3444158 r3447546  
    121121            'manage_options',
    122122            'popup-settings',
    123             'render_plugin_background_settings_page'
    124         );
     123            ['CFA_Popup_Background_Image', 'render_settings_page']
     124        );
     125
    125126    }
    126127
    127128    public function settings_page() {
    128         $settings = new Confetti_Settings();
     129        $settings = new CFA_Confetti_Settings();
    129130        $settings->confetti_settings_page();
    130131    }
Note: See TracChangeset for help on using the changeset viewer.