You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ A framework to register [Advanced Custom Fields](https://wordpress.org/plugins/a
7
7
8
8
ACF PHP makes it easier to register ACF fields using PHP by automating the tedious parts of adding new fields and adding defaults that make sense.
9
9
10
-
*Without ACF PHP:*
10
+
**Without ACF PHP:**
11
11
12
12
```php
13
13
array (
@@ -30,7 +30,7 @@ array (
30
30
)
31
31
```
32
32
33
-
*With ACF PHP:*
33
+
**With ACF PHP:**
34
34
35
35
```php
36
36
'header_title',
@@ -55,7 +55,9 @@ Download the `.zip` file from GitHub to install in your WordPress admin.
55
55
56
56
All options for ACF fields are supported. For more information, please check out the official [Advanced Custom Fields website](https://www.advancedcustomfields.com/resources/register-fields-via-php/).
0 commit comments