extract shortcodes from string
Where is this string located ? I know you wrote “without wordpress system” , but WordPress has a function get shortcode regex If you really want to avoid it for some reason, the following example might help you : // check the post for a short code function check_shortcode( $shortcode = NULL ) { $post_to_check … Read more