This is working for me
$shortcode="book";
$pattern = get_shortcode_regex();
// if shortcode 'book' exists
if ( preg_match_all( "https://wordpress.stackexchange.com/". $pattern .'/s', $post->post_content, $matches )
&& array_key_exists( 2, $matches )
&& in_array( $shortcode, $matches[2] ) ) {
$shortcode_atts = array_keys($matches[2], $shortcode);
// if shortcode has attributes
if (!empty($shortcode_atts)) {
foreach($shortcode_atts as $att) {
preg_match('/id="(\d+)"https://wordpress.stackexchange.com/", $matches[3][$att], $book_id);
// fill the id into main array
$book_ids[] = $book_id[1];
}
}
...
Related Posts:
- How can I return shortcode output to the top of the content?
- apply_filters(‘the_content’, $content) vs do_shortcode($content)
- How to show page content in feed?
- How to get shortcode’s input values inside a filter?
- Filter specific shortcode output?
- Where to hook into post content?
- Insert Custom HTML After Shortcode
- Is there a way to add another row to the tinyMCE kitchen sink toggle?
- add_filter and changing output captions of image gallery
- How to add attribute to output with wp_video_shortcode add_filter
- Change default settings used by gallery shortcode
- Shortcodes not resolved in AJAX call response
- Ajax, filters and shortcodes
- Format content value from DB outside of WordPress filters
- Use content custom filter for all shortcodes
- How to link current user to their author page through shortcodes
- filter title from shortcode
- how to remove filter from wordpress shortcode output
- Error when overriding only some audio shortcode HTML output
- Hide content editor for posts after approriate date
- How to use shortcode attribute in separate function
- Applying custom filter instead of the_content doesn’t render embeds
- apply_filters(‘the_content’) – make it ignore shortcodes?
- Empty string supplied as input when parsing content
- Shortcodes — Using add_action, add_filter in the shortcode
- How to filter post content and force every link () made in blocks to return urldecode() with readable value?
- Remove Content Filter
- How to pass variables to custom filter from multiple functions
- How to filter backend post list showing only posts having a shortcode
- the_excerpt filter doesn’t work as expected
- run shortcode in excerpt of single custom post type
- Filter everything from content except output of a shortcode
- Something is filtering my shortcodes… Can’t figure out what
- Trimming a custom field to a length
- How to use do_shortcode_tag to modify the output of a shortcode?
- Shortcodes within the sidebar text/html widget: How to preserve the raw HTML output of the shortcode?
- How to change dynamically page title according to variable data?
- How can I filter tag_description()?
- WordPress removing slashes from shortcode output
- How to remove shortcode(s) from WYSIWYG Page editor for Non Admins
- add after content don’t work
- Shortcode / plugin with custom (flexible) output
- Filter Shortcodes when using get_page
- Parse a shortcode differently based on on what it’s nested in
- Need to return shortcode text instead of the output
- add_filter to the_content after apply_filters
- post_orderby filter breaks function
- the_content getting current page content instead specified ID
- Override wordpress audio playlist
- how to use substr with get_the_content()
- How to wrap pattern-matches from the_content in [wiki]-shortcode tags
- Add Index to Item in WordPress Gallery
- create a shortcode with acf including a filter
- How to take shortcode and content separately from a page?
- Replace Text with hyperlinks
- Auto-generated excerpt with shortcode and read more button/text link
- shortcode function outputs multiple anchor tags
- apply_filters to $GLOBALS
- Change shortcode output (filter?)
- Problem in outputting shortcode
- Is it possible to include the add_filter() function within a shortcode function
- Activate short codes for all post queries?
- Problem with shortcodes in external file
- How can I display wp_link_pages before a shortcode, if it is used, or display after content?
- add_filter(‘the_content’, ‘method’) does not trigger my custom method
- Gutenberg: Is there a way to know if current block is inside InnerBlocks?
- How to reorder billing fields in WooCommerce Checkout template? [closed]
- Filter translations (gettext strings) on specific admin pages
- Is it possible to use object in add_action?
- How may I filter get_users() similarly to pre_get_posts?
- How can I add a fifth option to the alignment picker?
- How to add Shortcode (font awesome) in widget title?
- Adding short codes from a page’s content on header and hiding the same from page’s content
- Right way to add HTML bloginfo name using a filter
- Allow EPS file upload – two EPS files have different MIME types
- How to change currency programmatically on creating order action?
- Modifying a CoBlocks Filter in Functions
- views_edit-post filter not working (custom post type)
- How to know what filter to use and how to use it?
- Give “Read More” precedence over excerpt() word count
- How to customize category_description()?
- Add Bootstrap Classes to Recent Posts Widget
- Add filter to get_posts
- Is it possible to override the default Gallery Settings form?
- Excerpt is being added above the content, but it should be after it
- WordPress add script with custom type (x-jquery-tmpl)
- Change login CSS
- How to redirect non-logged in users to login with post_password_required()
- How to override include_once pointed file using add_filter?
- Register new user, assign custom role then send email
- pre_get_posts to hide everywhere posts from “Archive” category
- Strip $before & $after strings from a page title
- What is the action or filter for adding information under the Permalink in Edit Post/Page?
- Adding a filter to related posts not working
- add_action with associative array
- Set post featured image to author image
- Read More in the actual excerpt
- filter on the_content stopped working when I updated to WP 3.6.1
- Replace Paid Shipping Method With Free Shipping Method WooCommerce [duplicate]
- Is it possible to make get variable out of filter in Class?