Skip to content

Commit

Permalink
plugin settings updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasashi committed Jul 25, 2023
1 parent febd6ba commit 2ffbab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wordpress-plugin-template-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function add_menu_item() {
default:
return;
}
add_action( 'admin_print_styles-' . $page, array( $this, 'settings_assetssettings_assets' ) );
add_action( 'admin_print_styles-' . $page, array( $this, 'settings_assets' ) );
}
}

Expand Down

0 comments on commit 2ffbab9

Please sign in to comment.