List of Titles

Table Pagination

0, // 'paged' => $paged, // 'letter' => $current_letter, 'filter' => $filter, 'orderby' => $orderby, 'order' => $order ); $portico_publishers = new Portico_Publishers(); $publishers = $portico_publishers->find_all($args); ?>

Publishers Table

'Publisher', 'd-print' => 'Back Content: Digitized Print', 'electro' => 'Back Content: Electronic', 'current' => 'Current Content', 'pca' => 'PCA' ); echo portico_participating_titles_table_heading($columns, $publisher_list_url, $filter, $orderby, $order); ?>
publisher_name); ?> publisher_digitized_print); ?> publisher_electronic_print); ?> publisher_current_content == 1): ?> yes   publisher_jnl_pca == 1): ?> yes  

No Publishers were found

find_all('limit='); global $wpdb; foreach ($publishers as $publisher) { $slug = sanitize_title($publisher->publisher_name); $data = array('publisher_slug' => $slug); $where = array('publisher_id' => $publisher->publisher_id); $wpdb->update($wpdb->publishers, $data, $where); } ?>