The documentation for $m is available in the function that the pre_do_shortcode_tag filter gets called in, do_shortcode_tag():
/** * … * @param array $m { * Regular expression match array. * * @type string $0 Entire matched shortcode text. * @type string $1 Optional second opening bracket for escaping shortcodes. * @type string $2 Shortcode name. * @type string $3 Shortcode arguments list. * @type string $4 Optional self closing slash. * @type string $5 Content of a shortcode when it wraps some content. * @type string $6 Optional second closing bracket for escaping shortcodes. * }
Related Posts:
- Shortcode always displaying at the top of the page
- How to add stylesheets only to pages with specific shortcode?
- Hide/show content starting in the middle of a paragraph
- short code output too early
- Create custom [sourcecode] shortcode, the right way?
- TED talks shortcode not working
- What is the best way to enable nested shortcodes?
- Organizing shortcodes. How to display all of them and their attributes?
- Can I strip HTML tags in the “Compare Revisions” screen?
- Set wmode attribute to transparent for the embed shortcode to make drop-down menu hover over YouTube embed in Internet Explorer
- how do you get the author’s username?
- do_shortcode inside AJAX callback
- shortcode_unautop shortcode not functioning
- Shortcode perfomance solution
- Video embeds work in backend, but are not parsed in frontend
- How can I run shortcode after click with ajax
- Execute shortcode within shortcode
- How get a shortcode working in category description
- How to create a shortcode to display a category description?
- shortcode not working and the relation to the_content()
- display shortcodes outside of the_content
- How to prevent tinymce macro from inserting nbsp;?
- Pros and cons of actions over shortcodes
- How to enqueue script based on post category?
- Disable oEmbed for a Single Shortcode or at Least All Internal Links
- How to check if this is the nth instance of a given shortcode in a post
- conditional shortcode not working
- Correct way to pass information between seperate shortcode functions
- Extending Shortcode attributes
- Shortcode But Without The Equals Sign?
- Shortcode output is screwed up when arrow symbol “
- How best to apply do_shortcode in media.php for captions
- If numberposts = -1 offset won’t work
- shortcodes between square and curly brackets
- Shortcode are not working in Option tree textarea
- Searching in shortcode contents
- Applying filters to the_content() to separate content if any `add_shortcode()` is found?
- Wp_localize_script from Shortcode [closed]
- Localization inside shortcode not working
- Font Awesome Icons Won’t Work
- How to Get a part of URL and put in shortcode?
- Get shortcode attribute outside of WordPress
- Overriding shortcode $atts for featured products
- How to create a shortcode for embedding pdf in iframe?
- Woocommerce, ordering products by default on shortcode pages
- detect when shortcode ran for the last time
- How can a shortcode can take the place of the featured image in a post?
- Shortcode for Twitter Bootstrap Collapse
- Is there any inherent difference between add_filter() and add_shortcode() for modifying [caption]?
- get_shortcode_regex() only matches first shortcode
- Looking for a way to include/embed text from a file on a page so that the short codes are processed
- Different uniqid when calld in wp_localize_script and shortcode
- How do I debug a short code?
- Gravity forms customize field markup for the same form appearing in different places
- How to type shortcode-like text in WordPress TinyMCE visual editor?
- Does registering multiple shortcodes impact performance?
- Gallery shortcode – change link file image size? (not using default fullsize image)
- How can I hide the Permalink/Shortlink for certain user logged in Users of a certain level?
- How to force that styles are enqueued in the header?
- add action only if gallery shortcode attribute is equal to?
- How To Conditionally Include A Short Code Depending On The HTTP_REFERER [closed]
- Shortcode for order number [closed]
- Create shortcode in WordPress, using one variable in 3 functions?
- Edit shortcode in post content programatically
- Adding javascript actions to words in post content
- How to change to local video player on shortcode ultimate to video.js?
- Responsive Embeds using default embed shortcode
- OOP and WordPress shortcode
- Custom shortcode breaks my page
- Shortcode is not working
- Custom shortcode is causing a WSOD
- Get attributes of nested shortcodes
- How to create a shortcode to let the user add the ID of a YouTube video?
- A shortcode nested inside a shortcode
- How to add shortcode to html widget
- Add div on EMED Tag
- Clean way of using ob_start() and ob_end_clean() in wordpress
- Theme Convert PHP code to shortcode
- call other shortcode in the email contactform7 send [closed]
- Putting a space between the buttons [closed]
- Processing a login/register form before shortcodes are rendered?
- Adding a cover image to video shortcode
- Insert First Image into post (full-width)
- How to display html element and php string in the same line?
- Restricting shortcode for users
- Shortcode, vs blocks, vs templates – what would you do for choosing or creating custom post data in editor?
- create shortcode that changes url endpoint
- Convert WordPress shortcodes into plain html
- Attributes are not passed on nested shortcode
- How to make a shortcode with a line break in it parse correctly?
- Removing text + shortcode from all posts
- Access the resized images generated by `add_image_size()`
- Class variables in shortcodes
- Defining the output of a WordPress Att
- Custom WP theme not showing shortcodes
- Shortcode for sectors
- A number appears inside a div called wpb_wrapper, when I use a custom shortcode
- Enclose article’s body with default shortcode
- Shortcode with foreach
- Trying to create a shortcode that displays taxonomy terms in a dropdown