Skip to content

Fix check if shortcode is present #8

Description

@silsha

Since shortcodes could be used outside of the post_content, we need a better solution for this.

if (is_a($post, 'WP_Post') && has_shortcode($post->post_content, 'table-chart')) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions