Reduce utility function

This commit is contained in:
Tetrakern 2024-05-10 23:01:01 +02:00
parent b6ca61826c
commit 1bd08c76fa

View File

@ -1203,11 +1203,7 @@ if ( ! function_exists( 'fictioneer_update_post_meta' ) ) {
*/
function fictioneer_get_falsy_meta_allow_list() {
$allowed = [];
$allowed = apply_filters( 'fictioneer_filter_falsy_meta_allow_list', $allowed );
return $allowed;
return apply_filters( 'fictioneer_filter_falsy_meta_allow_list', [] );
}
// =============================================================================