filter
// Add Shortcode function custom_shortcode( $atts ) { // Attributes $atts = shortcode_atts( array( ), $atts, 'SIZE' ); } add_shortcode( 'FILTER', 'custom_shortcode' );
// Add Shortcode function custom_shortcode( $atts ) { // Attributes $atts = shortcode_atts( array( ), $atts, 'SIZE' ); } add_shortcode( 'FILTER', 'custom_shortcode' );