Fix: -None- option dissapeared

This commit is contained in:
savvasha
2023-12-29 16:23:47 +02:00
committed by GitHub
parent 9a2af2e387
commit 6b02e867ba

View File

@@ -846,7 +846,7 @@ if ( ! function_exists( 'sp_dropdown_taxonomies' ) ) {
'hide_empty' => false,
'values' => 'slug',
'class' => null,
'property' => null,
'property' => 'none',
'placeholder' => null,
'chosen' => false,
'parent' => 0,
@@ -982,7 +982,7 @@ if ( ! function_exists( 'sp_dropdown_pages' ) ) {
'post_status' => 'publish',
'values' => 'post_name',
'class' => null,
'property' => null,
'property' => 'none',
'placeholder' => null,
'chosen' => false,
'filter' => false,