esc_html__('Number of items per page', 'simple-tags'), 'default' => 20, 'option' => 'st_autolinks_per_page' ]; add_screen_option($option, $args); $this->terms_table = new Autolinks_List(); } /** * Method for build the page HTML manage tags * * @return void * @author Olatechpro */ public function page_manage_autolinks() { // Default order if (!isset($_GET['order'])) { $_GET['order'] = 'name-asc'; } settings_errors(__CLASS__); if (!isset($_GET['add'])) { //all tax ?>

' . esc_html__('Search results for “%s”', 'simple-tags') . '', esc_html($search)); } ?> terms_table->prepare_items(); ?>
terms_table->search_box(esc_html__('Search Auto Links', 'simple-tags'), 'term'); ?>
terms_table->display(); //Display the table ?>

taxopress_manage_autolinks(); echo '
'; } } ?>
0 && apply_filters('taxopress_autolinks_create_limit', true)) { $autolink_limit = true; } $ui = new taxopress_admin_ui(); ?>