• Resolved jgevers

    (@jgevers)


    I want to do a bit of parsing of the content before saving into the WP database.

    I’ve tried using the content_save_pre filter. But this does not impact the content saved by feedzy. (It updates the content if I edit using the WP UI).

    Is there a filter I can access to modify the content text?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor contactashish13

    (@rozroz)

    You can try using wp_insert_post_data

    Kindly spare a moment to leave us a review. It would really help us spread the word!

    Thread Starter jgevers

    (@jgevers)

    I tried wp_insert_post_data, that didn’t update the RSS input either.
    I will use the_content to modify the content when read.

    Plugin Contributor contactashish13

    (@rozroz)

    wp_insert_post_data should work if you have used the correct code. Are you sure your code is being called (you can test that by logging to the error.log)?

    Plugin Contributor contactashish13

    (@rozroz)

    We haven’t heard from you in sometime so marking this as Resolved. If you continue to face an issue, please create a new ticket. We’d be happy to help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can I parse & modify content before saving?’ is closed to new replies.