Skip to content
This repository was archived by the owner on Jan 11, 2025. It is now read-only.

Commit d06b49b

Browse files
committed
image field and other improvements
1 parent ddba4fe commit d06b49b

File tree

457 files changed

+430
-641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

457 files changed

+430
-641
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ cd wp-content/plugins/my-plugin
1010
git clone https://github.com/luizbills/better-wordpress-admin-api/
1111
```
1212

13-
Include the `better-wp-admin-api/init.php` file
13+
Include the `framework/init.php` file
1414
```php
15-
include_once 'path/to/better-wp-admin-api/init.php';
15+
include_once 'path/toframework/init.php';
1616
```
1717

1818
## Usage
1919

2020
```php
21-
include_once __DIR__ . '/path/to/your/better-wp-admin-api/init.php';
21+
include_once __DIR__ . '/path/to/your/framework/init.php';
2222

2323
// page details
2424
$page_args = [

better-wp-admin-api/assets/js/admin/fields.js

-58
This file was deleted.

0 commit comments

Comments
 (0)