Browse Source

feat: apply pb_network_catalog for new catalog support

pull/351/head
Ricardo Aragon 2 years ago
parent
commit
0809ffe7d3
  1. 5
      page-catalog.php

5
page-catalog.php

@ -9,6 +9,11 @@
* @package Aldine
*/
if ( has_filter( 'pb_network_catalog' ) ) {
echo apply_filters( 'pb_network_catalog', '' );
return;
}
use function Aldine\Helpers\get_available_institutions;
use function Aldine\Helpers\get_available_licenses;
use function Aldine\Helpers\get_available_subjects;

Loading…
Cancel
Save