jetpack_stub_shortcode, $str, $atts, $content, $shortcode

jetpack_stub_shortcode, $str, $atts, $content, $shortcode

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_stub_shortcode, $str, $atts, $content, $shortcode') is found 1 times:

  • /modules/shortcodes/unavailable.php line 80
    		 * @param array $atts The attributes (numeric or named) passed to the shortcode.
    		 * @param string $content The content (if any) between the opening and closing tags.
    		 * @param string $shortcode The shortcode tag used to invoke this.
    		 */
    		return apply_filters( 'jetpack_stub_shortcode', $str, $atts, $content, $shortcode );
    	}
    }
    
    /**
     * Init class.
     */