Support

Account

Home Forums General Issues Issue getting options from pre_get_posts filter Reply To: Issue getting options from pre_get_posts filter

  • I updated my field to be on each post from options, so from options to post meta.

    I tried using get_field inside pre_get_posts and it didnt work, what worked though is when I used get_post_meta, using the global $post->ID as my reference. Is using get_post_meta okay? Just want to make sure this doesnt create any issues in the future.