Changeset 1722879
- Timestamp:
- 08/31/2017 07:09:45 PM (9 years ago)
- File:
-
- 1 edited
-
as-metabox/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
as-metabox/trunk/readme.txt
r1722877 r1722879 14 14 15 15 16 ## Installation16 ## Configuration 17 17 18 18 Usage as Plugin … … 28 28 </pre> 29 29 30 31 After installation, you can modify and change directly metabox-config files from as-metabox/config folder or you can make another new option using wp hook 32 33 <pre> 34 35 add_action('as_metabox_init', 'your_function_name'); 36 37 </pre> 30 38 31 39 ## Metabox Fields … … 56 64 5. installed in test server plugin demo 57 65 66 67 == Installation == 68 69 Usage as Plugin 70 71 <pre> 72 1. Upload ‘as-metabox‘ folder to the ‘/wp-content/plugins/’ directory or Install as a regullar WordPress plugin 73 </pre> 74 75 Usage as Theme 76 77 <pre> 78 2. require_once get_template_directory_uri() .'/as-metabox/as-metabox.php'; 79 </pre> 80 81 58 82 == Changelog == 59 83 ## V 1.0
Note: See TracChangeset
for help on using the changeset viewer.