ACF_Location_Page_Parent::get_values
Returns an array of possible values for this rule type.
Method of the class: ACF_Location_Page_Parent{}
No Hooks.
Returns
Array.
Usage
$ACF_Location_Page_Parent = new ACF_Location_Page_Parent(); $ACF_Location_Page_Parent->get_values( $rule );
- $rule(array) (required)
- A location rule.
Changelog
| Since 5.9.0 | Introduced. |
ACF_Location_Page_Parent::get_values() ACF Location Page Parent::get values code ACF 6.8.8
public function get_values( $rule ) {
return acf_get_location_type( 'page' )->get_values( $rule );
}