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

In Tasty Links version 1.3 or later, there is a setting to limit auto-linking locations on the settings page:

Limit auto-linking locations for Tasty Links

If the above options don't work for you 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