Changeset 1059217
- Timestamp:
- 01/03/2015 10:05:33 PM (11 years ago)
- File:
-
- 1 edited
-
gd-mylist/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gd-mylist/trunk/readme.txt
r1059015 r1059217 36 36 if you needs a single button in a page or post or product sheet, just write 37 37 38 ```php 39 [show_gd_mylist_btn] 40 ``` 38 `[show_gd_mylist_btn]` 39 41 40 in the content 42 41 … … 44 43 if you needs to put the buttom in themes code, just write 45 44 46 ```php 47 <?php do_action('gd_mylist_btn'); ?> 48 ``` 45 `<?php do_action('gd_mylist_btn'); ?>` 46 49 47 where do you want that button will show it 50 48 … … 53 51 yuo can show MyList list by shortcode, just create a page (eg: myList) and put into the content the shortcode 54 52 55 ```php 56 [show_gd_mylist_list] 57 ``` 53 `[show_gd_mylist_list]` 58 54 59 55 = How change login permission? = … … 61 57 Change the value on row #20 of file `wp-content/plugins/gd-mylist/gd-mylist.php` the value is `no` **by default** 62 58 63 ``` 64 from: 59 `from: 65 60 'login_request' => 'no', 66 61 to: 67 62 'login_request' => 'yes', 68 ` ``63 ` 69 64 70 65 Note
Note: See TracChangeset
for help on using the changeset viewer.