Redirector extension settings for JSdoc. See JSDoc issue #1642
Description: jsdoc
Example URL: http://usejsdoc.org/tags-returns.html
Include pattern: http://usejsdoc.org/*
/** | |
* Responsive Background Image (ES5) | |
* | |
* Uses an invisible <picture> element with srcset to change the parent | |
* container's background image | |
* | |
* https://gist.github.com/ithinkandicode/1061ba9574c014a8ed4164eb7bbb3a90 | |
* | |
* @version ES5-1.0.1 | |
*/ |
<?php | |
/** | |
* Utility: ACF | |
* | |
* Helpers that act on ACF fields | |
*/ | |
/** | |
* Get an ACF field value, or use a provided default value if the ACF field |
foundation.abide: | |
→ NA (no dependancies) | |
foundation.accordion: | |
→ foundation.util.keyboard | |
foundation.accordionMenu: | |
→ foundation.util.keyboard | |
→ foundation.util.nest |
<?php | |
add_action( 'acf/init', 'acfextended_disable_modules' ); | |
/** | |
* Disable some ACF Extended modules which are enabled by default. | |
* | |
* @link https://wordpress.org/plugins/acf-extended/ | |
* @link https://www.acf-extended.com/features/modules | |
* @link https://www.acf-extended.com/features/wordpress |
Redirector extension settings for JSdoc. See JSDoc issue #1642
Description: jsdoc
Example URL: http://usejsdoc.org/tags-returns.html
Include pattern: http://usejsdoc.org/*
/** | |
* Deep merge test | |
* | |
* Performs a recursive Object.assign, copying properties from source to target | |
* without removing any of the targets own properties | |
* | |
* @param {object} target Target object, to copy properties to | |
* @param {object} source Source object, to copy proeprties from | |
* | |
* @return {objuect} Merged object |
<?php | |
/** | |
* WP Options Manager | |
* | |
* Description: | |
* Useful ways to set/manage defaults when using arrays with WordPress options. | |
* Covers restoring defaults, safely adding new data, and wiping data. | |
* Prefix: | |
* itaic_ | |
* Usage within templates: |
/** | |
* Humble Bundle Renamer | |
* | |
* Renames files downloaded from a Humble Bundle downloads page: | |
* | |
* - Run the script in the developer tool's JS console | |
* - Copy the generated text, which appears in a box on the page | |
* - Paste this into a text file, within the same folder as your downloaded files | |
* - Save the file, then rename it to "renamer.bat" | |
* - Run the batch script |