• Resolved simbian

    (@simbian)


    Hello, i ask if there is a way (maybe a select on wp_posts?) to find all posts where i have used the Spectra blocks.

    Thanks in advice.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support BSF- Mohsin Ghouri

    (@mohsinbsf)

    Hi @simbian,

    Thanks for getting in touch with us.

    We use prefix uagb- with all of our blocks in code. You can search the prefix for the confirmation.

    Have a nice day!

    Thread Starter simbian

    (@simbian)

    Thanks @mohsinbsf ! I have found all the posts with the query:

    SELECT ID, post_title, post_type 
    FROM wp_posts
    WHERE post_content LIKE '%<!-- wp:uagb%'
    AND post_type IN ('post', 'page');
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.