Dynamic Shortcodes

Dynamic Shortcodes 1.5.8 Nulled

No permission to download
* Tweak: ACF WYSIWG Editor fields were not properly formatted by default
* Tweak: Floating point numbers can now be used without quotes &123;+:1 0.5} instead of &123;+:1 ‘0.5’}
* Fix: Date shortcode was not working with Unix timestamps
* Fix: Shortcodes arguments that starts with a number need to be quoted (good: ‘3d’, bad: 3d). Parsing will now fail in these cases. Previously the result was a bad parse.
* Minor Fixes
* Notice: In the Date Shortcode input dates with the format ‘m/d/Y g:i a’ will now be parsed as ‘d/m/Y g:i a’ (day and month swapped)
* Tweak: Add regex-match shortcode for checking regex patterns on strings
* Tweak: added &123;post:type-label-plural}
* Fix: In the Date Shortcode dates coming from an ACF field might have the day and month swapped, check the notice above
* Minor Fixes

change log for this version on link
* Tweak: added &123;post:type-label-plural}
* New: WordPress Shortcode `dsh` gives the ability to use Dynamic Shortcodes in all those places that are not yet supported directly but where WordPress Shortcodes work
* Tweak: Added a built in filter ‘shuffle’, similar to PHP shuffle function , but that can work as a filter
* Tweak: Date Shortcode, add local keyarg for dates set in local time as is the case for ACF field. For ACF field this option will be automatic.
* Minor Fixes
* Fix: Archive Shortcode was not working in some cases

full change log for this version on link
* Fix: Build URL Shortcode had a sanitization issue when used together with the API Shortcode
* Fix: PHP warning with the Term shortcode with some Taxonomy types
* Fix: Wrong result for the Term shortcode in the Bricks Terms Query in some cases

full change log on link
* New: Add support for the Bricks Builder
* New: Add expand! global keyarg for expanding shortcodes in the result of a shortcode, you should only use this with trusted data
* Tweak: post can now retrieve the CPT label with type-label
* Tweak: you can use &123;acf-row:index} to get the current row index in ACF loops
* Minor Fixes
* Fix: &123;woo:attributes} didn’t work for Simple Products
* Fix: &123;media:image} and &123;media:url} didn’t work with full size
* Minor Fixes
* Tweak: You can now easily access the last element of an array with the filter `||last`, the penultimate with `||last-1` etc.
* Tweak: wp-shortcode now also handles WordPress shortcodes that accept content
* Tweak: added &123;media😛ermalink}
* Fix: &123;woo:attributes} retrieved only the attributes used in variations. Now it retrieves all of them.
* Minor Fixes
Top