WordPress get short code link from content

Hi I was just wondering if there is a way to get the inside of the shortcode. I tried this method but to no prevail:. thanks

$argsabc = extract( shortcode_atts( array(
    'embed' => ''
), $this->post['post_content'] ) );

Related posts

Leave a Reply

1 comment