Changeset 1549277
- Timestamp:
- 12/08/2016 12:35:31 PM (9 years ago)
- File:
-
- 1 edited
-
featuring-countcomments/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
featuring-countcomments/trunk/readme.txt
r1410808 r1549277 4 4 Tags: count, comment, comments, author, authors, user, users, widget, dashboard, sidebar, shortcode, multisite, multi-site 5 5 Requires at least: 3.3 6 Tested up to: 4. 66 Tested up to: 4.7 7 7 Stable tag: trunk 8 8 License: GPLv3 or later … … 66 66 = API = 67 67 68 Parameters can either be passed [as an array or a URL query type string (e.g. "display=0&format=0")](https://codex.wordpress.org/Function_Reference/wp_parse_args). Please note that WordPress parses all arguments as strings, thus booleans have to be 0 or 1 if used in query type strings whereas for arrays [real booleans](https:// php.net/manual/en/language.types.boolean.php) should be used.68 Parameters can either be passed [as an array or a URL query type string (e.g. "display=0&format=0")](https://codex.wordpress.org/Function_Reference/wp_parse_args). Please note that WordPress parses all arguments as strings, thus booleans have to be 0 or 1 if used in query type strings whereas for arrays [real booleans](https://secure.php.net/manual/en/language.types.boolean.php) should be used. 69 69 70 70 **`$featuring_countcomments->count_by_user($params=array())`**
Note: See TracChangeset
for help on using the changeset viewer.