Recent

Admin class

Admin

Class to register the Better Search Admin Area.

Namespace: WebberZone\Better_Search\Admin
Since: 3.3.0
Source: includes/admin/class-admin.php line 25

Methods

__construct()

Main constructor class.

Since: 3.3.0
Line: 176

public function __construct(  );

hooks()

Run the hooks.

Since: 3.3.0
Line: 199

public function hooks(  );

admin_enqueue_scripts()

Enqueue scripts in admin area.

Since: 3.0.0
Line: 208

public function admin_enqueue_scripts(  );

display_admin_sidebar() static

Display admin sidebar.

Since: 3.3.0
Line: 280

static public function display_admin_sidebar(  );

pro_upgrade_banner() static

Display the pro upgrade banner.

Since: 4.2.0
Line: 292

static public function pro_upgrade_banner( $donate = ..., $custom_text = ... );
TypeNameDescription
bool$donateWhether to show the donate banner.
string$custom_textCustom text to show in the banner.