Plugin Directory

Changeset 1722879


Ignore:
Timestamp:
08/31/2017 07:09:45 PM (9 years ago)
Author:
anuislam
Message:

Edith readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • as-metabox/trunk/readme.txt

    r1722877 r1722879  
    1414
    1515
    16 ## Installation
     16## Configuration
    1717
    1818Usage as Plugin
     
    2828</pre>
    2929
     30
     31After 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
     35add_action('as_metabox_init', 'your_function_name');
     36
     37</pre>
    3038
    3139## Metabox Fields
     
    56645. installed in test server plugin demo
    5765
     66
     67== Installation ==
     68
     69Usage as Plugin
     70
     71<pre>
     721. Upload ‘as-metabox‘ folder to the ‘/wp-content/plugins/’ directory or Install as a regullar WordPress plugin
     73</pre>
     74
     75Usage as Theme
     76
     77<pre>
     782. require_once get_template_directory_uri() .'/as-metabox/as-metabox.php';
     79</pre>
     80
     81
    5882== Changelog ==
    5983## V 1.0
Note: See TracChangeset for help on using the changeset viewer.