array( 'post_type' => __("Post Type",'acf'), 'post_status' => __("Post Status",'acf'), 'post_format' => __("Post Format",'acf'), 'post_category' => __("Post Category",'acf'), 'post_taxonomy' => __("Post Taxonomy",'acf'), 'post' => __("Post",'acf') ), __("Page",'acf') => array( 'page_template' => __("Page Template",'acf'), 'page_type' => __("Page Type",'acf'), 'page_parent' => __("Page Parent",'acf'), 'page' => __("Page",'acf') ), __("User",'acf') => array( 'current_user' => __("Current User",'acf'), 'current_user_role' => __("Current User Role",'acf'), 'user_form' => __("User Form",'acf'), 'user_role' => __("User Role",'acf') ), __("Forms",'acf') => array( 'attachment' => __("Attachment",'acf'), 'taxonomy' => __("Taxonomy Term",'acf'), 'comment' => __("Comment",'acf'), 'widget' => __("Widget",'acf') ) )); $rule_operators = apply_filters( 'acf/location/rule_operators', array( '==' => __("is equal to",'acf'), '!=' => __("is not equal to",'acf'), )); ?>