first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
function conditional_terms_config_check()
|
||||
{
|
||||
global $conditional_terms_field, $conditional_terms_value;
|
||||
|
||||
return trim($conditional_terms_value) !== '' && get_resource_type_field($conditional_terms_field) !== false;
|
||||
}
|
Reference in New Issue
Block a user