Loading...
Loading...
Loading...
Loading...
Loading...
wp-content/plugins/**
* Filter the default post type args.
*
* @param array $args Default post type args.
*
* @since 1.0.0
*/
$args = apply_filters( 'archive_pages_pro_post_type_args', $args );















$excluded = array( 'attachment', 'revision', 'nav_menu_item', 'gblocks_templates', 'post', 'page', 'gblocks_global_style' );
/**
* Filter the post types to exclude.
*
* @param array $excluded Post types to exclude.
*/
$excluded = apply_filters( 'archive_pages_pro_excluded_post_types', $excluded );php