1. Home
  2. Knowledge Base
  3. Tasty Links
  4. Filter: Prevent Tasty Links in specified Custom Post Types

Filter: Prevent Tasty Links in specified Custom Post Types

To prevent Tasty Links from acting on a custom post type, add the following to your theme functions.php file, replacing my_cpt  with the name of the custom post type:

add_filter( 'tasty_links_disable_my_cpt_auto_link', '__return_true' );
Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support