Skip to content

Commit 3301f61

Browse files
committed
Generate stubs for ACF PRO 6.0.6
1 parent a3bfe6b commit 3301f61

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

acf-pro-stubs.php

Lines changed: 10 additions & 14 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.5';
18+
public $version = '6.0.6';
1919
/**
2020
* The plugin settings array.
2121
*
@@ -366,12 +366,12 @@ public function admin_footer()
366366
{
367367
}
368368
/**
369-
* Screen settings html output
369+
* Screen settings html output
370370
*
371-
* @since 3.6.0
371+
* @since 3.6.0
372372
*
373-
* @param string $html Current screen settings HTML.
374-
* @return string $html
373+
* @param string $html Current screen settings HTML.
374+
* @return string $html
375375
*/
376376
public function screen_settings($html)
377377
{
@@ -12172,18 +12172,14 @@ function render_layout($field, $layout, $i, $value)
1217212172
{
1217312173
}
1217412174
/**
12175-
* render_field_settings()
12175+
* Renders the flexible content field layouts in the field group editor.
1217612176
*
12177-
* Create extra options for your field. This is rendered when editing a field.
12178-
* The value of $field['name'] can be used (like bellow) to save extra data to the $field
12179-
*
12180-
* @type action
12181-
* @since 3.6
12182-
* @date 23/01/13
12177+
* @since 3.6
12178+
* @date 23/01/13
1218312179
*
12184-
* @param $field - an array holding all the field's data
12180+
* @param array $field An array holding all the field's data.
1218512181
*/
12186-
function render_field_settings($field)
12182+
public function render_field_settings($field)
1218712183
{
1218812184
}
1218912185
/**

0 commit comments

Comments
 (0)