We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe2331 commit e02c043Copy full SHA for e02c043
acf-pro-stubs.php
@@ -15,7 +15,7 @@ class ACF
15
*
16
* @var string
17
*/
18
- public $version = '6.0.1';
+ public $version = '6.0.3';
19
/**
20
* The plugin settings array.
21
@@ -6551,17 +6551,6 @@ public function render_field_checkbox($field)
6551
function render_field_settings($field)
6552
{
6553
}
6554
- /**
6555
- * Renders the field settings used in the "Validation" tab.
6556
- *
6557
- * @since 6.0
6558
6559
- * @param array $field The field settings array.
6560
- * @return void
6561
- */
6562
- function render_field_validation_settings($field)
6563
- {
6564
- }
6565
6566
* ajax_add_term
6567
0 commit comments