FrontKit by Adrian Zumbrunnen
http://wordpress.tv/2014/10/22/adrian-zumbrunnen-rethinking-content-creation/
WP Front End Editor by Ella Iseulde Van Dorpe
FrontKit by Adrian Zumbrunnen
http://wordpress.tv/2014/10/22/adrian-zumbrunnen-rethinking-content-creation/
WP Front End Editor by Ella Iseulde Van Dorpe
| rest_avatar_sizes | |
| rest_prepare_attachment | |
| rest_pre_insert_comment | |
| rest_comment_type_trashable | |
| comment_text |
| /** | |
| * Insert or change a query param. | |
| * | |
| * See: http://stackoverflow.com/questions/486896/adding-a-parameter-to-the-url-with-javascript | |
| * | |
| * @param {string} key - The query param key. | |
| * @param {string} value - The query param value. | |
| */ | |
| var setQueryParam = function( key, value ) { | |
| key = encodeURI( key ); |