Recent

Admin class

Admin

Class to register the settings.

Namespace: WebberZone\Contextual_Related_Posts\Admin
Since: 3.5.0
Source: includes/admin/class-admin.php line 26

Methods

__construct()

Main constructor class.

Since: 3.5.0
Line: 159

public function __construct(  );

hooks()

Run the hooks.

Since: 3.5.0
Line: 180

public function hooks(  );

admin_enqueue_scripts()

Enqueue scripts in admin area.

Since: 3.0.0
Line: 189

public function admin_enqueue_scripts(  );

display_admin_sidebar() static

Display admin sidebar.

Since: 3.5.0
Line: 223

static public function display_admin_sidebar(  );

pro_upgrade_banner() static

Display the pro upgrade banner.

Since: 4.1.0
Line: 235

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.