Plugin Directory

Changeset 3384164


Ignore:
Timestamp:
10/24/2025 04:45:09 PM (5 months ago)
Author:
bioscore
Message:

update

Location:
bioscore-dashboard-pro/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • bioscore-dashboard-pro/trunk/Bioscore-wordpress-plugin.php

    r3381146 r3384164  
    4848    public function __construct() {
    4949        // FIX: Set the logo URL dynamically using plugins_url() for the correct path
    50         $this->logo_url = plugins_url( 'logo-removebg-preview.png', __FILE__ );
     50        $this->logo_url = plugins_url( 'logo.png', __FILE__ );
    5151       
    5252        add_action('admin_menu', [$this, 'admin_menu']);
     
    11241124    private function admin_css() {
    11251125        // Get logo URL for sidebar and fallback header styling
    1126         $logo_url = plugins_url( 'logo-removebg-preview.png', __FILE__ );
     1126        $logo_url = plugins_url( 'logo.png', __FILE__ );
    11271127       
    11281128        return '
Note: See TracChangeset for help on using the changeset viewer.