Skip to content

Commit e02c043

Browse files
committed
Generate stubs for ACF PRO 6.0.3
1 parent efe2331 commit e02c043

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

acf-pro-stubs.php

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ACF
1515
*
1616
* @var string
1717
*/
18-
public $version = '6.0.1';
18+
public $version = '6.0.3';
1919
/**
2020
* The plugin settings array.
2121
*
@@ -6551,17 +6551,6 @@ public function render_field_checkbox($field)
65516551
function render_field_settings($field)
65526552
{
65536553
}
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-
}
65656554
/**
65666555
* ajax_add_term
65676556
*

0 commit comments

Comments
 (0)