We'll create fresh WordPress site with Shortcake (Shortcode UI) installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Used alongside add_shortcode
, Shortcake supplies a user-friendly interface for adding a shortcode to a post, and viewing and editing it from within the content editor.
Once you’ve installed the plugin, you’ll need to register UI for your shortcodes. For inspiration, check out examples of Shortcake in the wild.
To report bugs or feature requests, please use Github issues.
We have test coverage for PHP using PHPunit, and JavaScript using Jasmine.
Jasmine tests can be run using grunt jasmine
and are also run as part of the grunt scripts
task. To update the core WordPress files used by the Jasmine test suite, run grunt updateJasmineCoreScripts --abspath="/path/to/wordpress-install"
.