Changeset 3110913
- Timestamp:
- 07/02/2024 07:28:25 AM (21 months ago)
- Location:
- filter-everything
- Files:
-
- 2 edited
-
tags/1.8.5/src/wpc-third-party.php (modified) (1 diff)
-
trunk/src/wpc-third-party.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
filter-everything/tags/1.8.5/src/wpc-third-party.php
r3096306 r3110913 465 465 function flrt_add_cpt_to_pll( $post_types, $is_settings ) { 466 466 if ( $is_settings ) { 467 unset( $post_types[ FLRT_FILTERS_SET_POST_TYPE ], $post_types[ FLRT_ SEO_RULES_POST_TYPE ] );467 unset( $post_types[ FLRT_FILTERS_SET_POST_TYPE ], $post_types[ FLRT_FILTERS_SET_POST_TYPE ] ); 468 468 } else { 469 469 $post_types[ FLRT_FILTERS_SET_POST_TYPE ] = FLRT_FILTERS_SET_POST_TYPE; 470 $post_types[ FLRT_SEO_RULES_POST_TYPE ] = FLRT_SEO_RULES_POST_TYPE; 470 if( defined('FLRT_FILTERS_PRO') && FLRT_FILTERS_PRO ) { 471 $post_types[ FLRT_SEO_RULES_POST_TYPE ] = FLRT_SEO_RULES_POST_TYPE; 472 } 471 473 } 472 474 return $post_types; -
filter-everything/trunk/src/wpc-third-party.php
r3096306 r3110913 465 465 function flrt_add_cpt_to_pll( $post_types, $is_settings ) { 466 466 if ( $is_settings ) { 467 unset( $post_types[ FLRT_FILTERS_SET_POST_TYPE ], $post_types[ FLRT_ SEO_RULES_POST_TYPE ] );467 unset( $post_types[ FLRT_FILTERS_SET_POST_TYPE ], $post_types[ FLRT_FILTERS_SET_POST_TYPE ] ); 468 468 } else { 469 469 $post_types[ FLRT_FILTERS_SET_POST_TYPE ] = FLRT_FILTERS_SET_POST_TYPE; 470 $post_types[ FLRT_SEO_RULES_POST_TYPE ] = FLRT_SEO_RULES_POST_TYPE; 470 if( defined('FLRT_FILTERS_PRO') && FLRT_FILTERS_PRO ) { 471 $post_types[ FLRT_SEO_RULES_POST_TYPE ] = FLRT_SEO_RULES_POST_TYPE; 472 } 471 473 } 472 474 return $post_types;
Note: See TracChangeset
for help on using the changeset viewer.