Support

Account

Home Forums ACF PRO add hashtags automatically before posting Reply To: add hashtags automatically before posting

  • I don’t want them added in the post per se, just to the Jetpack publicise plugin. Apparently I can do this through a small function but somehow ACF and the code don’t go together.

    When using ACF the title is generated automatically; I use add_action(‘acf/save_post’, ‘my_post_updater’, 20); to change that title.

    This new title is publicised by Jetpack but WITHOUT hashtags. I need to add hashtags to it.

    Just wondering if you’ve come across this issue before and how to do it.