Trying to get admin settings page to show, it's blank
This commit is contained in:
@ -48,8 +48,7 @@ class Settings {
|
||||
*/
|
||||
public function show_main_settings_page(): string {
|
||||
$data = array();
|
||||
|
||||
$this->localize_script( array() );
|
||||
$this->localize_script();
|
||||
|
||||
ob_start();
|
||||
echo nmsp_plugin_app()->blade->run( 'admin.settings', $data );
|
||||
|
Reference in New Issue
Block a user