Based on the AA Git Commit Log from Ahmad Awais π―
sidenote: example text here
π¦ NEW:
- field name
- function
example - another item
π DOC:
- update info in
readme.txt - various
README.mdupdates - inline info in
filename.php
π IMPROVE:
- WordPress Coding Standards FTW π
π» CODE:
Here are examples of the new options that come with this PR π
Field: type separator
// Field: Separator.
$wposa_obj->add_field(
'wposa_basic',
array(
'id' => 'separator',
'type' => 'separator',
)
);
Field: type text
Field: arg placeholder
// Field: Text.
$wposa_obj->add_field(
'wposa_basic',
array(
'id' => 'text',
'type' => 'text',
'name' => __( 'Text Input', 'WPOSA' ),
'desc' => __( 'Text input description', 'WPOSA' ),
'default' => 'Default Text',
'placeholder' => '',
)
);
π· SCREENSHOTS:
Screenshot details here.