Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. /**
  2. *
  3. * Any Custom Post options filter
  4. * the filter format name is: 'flo_'.$any_custom_post_option[$url_args['query']].'_fields_key'
  5. * in our case the $any_custom_post_option[$url_args['query']] = books
  6. *
  7. */
  8. add_filter('flo_books_fields_key', 'flo_cannes_books_fields_key');
  9. function flo_cannes_books_fields_key() {
  10. return 'field_5b50a9e4e602b';
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement