Change default shortcode settings
-
Hi,
Since I always use the same value, I’m trying to change the default settings for shortcodes, like video width, but until now I had no luck. This is my code right now:add_filter( ‘videopress_shortcode_options’, function( $tags ) {
$tags[ ‘w’ ] = ‘1400’;
return $tags;
});Does anyone know what I’m doing wrong?
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Change default shortcode settings’ is closed to new replies.