Ability to handle default arguments
Brought to you by:
pratama2905
Originally created by: fireproofsocks
Originally owned by: fireproofsocks
What feature would you like to see?
I want to be able to specify default arguments. Perhaps something simple like a filename:
basename.defaults.php
Which contains something as simple as:
<?php
$defaults['param1'] = 'something';
$defaults['x'] = 'xylophone';
$defaults['else'] = 'surprise!';
?>
If present, the file will be included and passed to the shortcode_atts() function.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: ever...@fireproofsocks.com
Why not just lean on the info header? That's static, easy to adjust.