add WP Confirm Version

This commit is contained in:
2023-09-12 19:12:19 +09:00
parent 1791cd0ab7
commit 49d6527486
-2
View File
@@ -57,7 +57,6 @@ if ( ! trait_exists( 'APOP_OUTPUT' ) ) {
return $meta_orderby; return $meta_orderby;
} }
return;
} }
/** /**
@@ -95,7 +94,6 @@ if ( ! trait_exists( 'APOP_OUTPUT' ) ) {
return self::set_tax_custom_field_orderby( $id ); return self::set_tax_custom_field_orderby( $id );
} }
return;
} }
} }