AnsPress_Category::ap_load_admin_assets( boolean $return )

Description #

Load admin assets in categories page.

Parameters #

  • $return
    boolean (Required) Return.

Source #

File: addons/free/category.php

	public static function ap_load_admin_assets( $return ) {
		$page = get_current_screen();
		if ( 'question_category' === $page->taxonomy ) {
			return true;
		}

		return $return;
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment