1 | <?php |
||
3 | class acf_settings_info { |
||
4 | |||
5 | /* |
||
6 | * __construct |
||
7 | * |
||
8 | * Initialize filters, action, variables and includes |
||
9 | * |
||
10 | * @type function |
||
11 | * @date 23/06/12 |
||
12 | * @since 5.0.0 |
||
13 | * |
||
14 | * @param n/a |
||
15 | * @return n/a |
||
16 | */ |
||
|
|||
17 | |||
18 | function __construct() { |
||
24 | |||
25 | |||
26 | /* |
||
27 | * admin_menu |
||
28 | * |
||
29 | * This function will add the ACF menu item to the WP admin |
||
30 | * |
||
31 | * @type action (admin_menu) |
||
32 | * @date 28/09/13 |
||
33 | * @since 5.0.0 |
||
34 | * |
||
35 | * @param n/a |
||
36 | * @return n/a |
||
37 | */ |
||
38 | |||
39 | function admin_menu() { |
||
53 | |||
54 | |||
55 | /* |
||
56 | * html |
||
57 | * |
||
58 | * description |
||
59 | * |
||
60 | * @type function |
||
61 | * @date 7/01/2014 |
||
62 | * @since 5.0.0 |
||
63 | * |
||
64 | * @param $post_id (int) |
||
65 | * @return $post_id (int) |
||
66 | */ |
||
67 | |||
68 | function html() { |
||
94 | |||
95 | } |
||
96 | |||
102 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.