Off the top of my head – put this in your functions.php:
add_filter( 'infinite_transporter_in_same_cat', '__return_false' );
Related Posts:
- How to check if the product is in a certain category on a single-product.php in Woocommerce?
- Show a different number of posts per page depending on context (e.g., homepage, search, archive)
- How to only hook on Single.php after content?
- Change Page’s Tag Using functions.php File
- What characters are allowed as a shortcode tag and how should they be sanitized?
- How to remove filter added by another plugin in a class
- Search and replace text across all posts
- Using add_filter inside another class
- Hide WordPress Plugin Deactivation Links
- Alter post slug by a filter that is fired just after a post is created
- bulk post_content update
- Pass A Value From Outside To A Plugin Variable
- Does the ‘nav_menu_css_class’ filter accept 2 or 3 arguments?
- Very stubborn wp_register_script / add_action vs remove
- do_action and hook methods
- Remove action from a plugin class, forced to use global instance
- ElasticPress how to Include Meta to the mapping?
- remove filter which calls a public static function
- Determine plugin name from within plugin_action_links filter
- [Plugin: Posts 2 Posts] How does it work?
- Reposition Woocommerce Message
- How to remove xmlns on language_attributes()?
- How to modify shortcode attributes with data from current post
- Post query – show posts from specified day and month and whole years
- add_filter comment_edit_redirect not working
- Is there a filter for get_post_custom()?
- Can I hook into get_avatar to supply a hash instead of an email?
- Plugin echos text from shortcode function in gutenberg page editor
- How do action and filter hooks understand where to look for the core function that we hooked our function to them
- How to append to title via functions.php for auto-posting plugin [duplicate]
- Edit default comments page in WP Admin
- Creating a plugin to sanitize comment and the url field before display only
- Modifying the comments section through a plugin regardless of theme
- Passing an array from shortcode-function to filter-function
- Get Time Taken By Each Action Hook in WordPress
- How to disable a plugin for certain page?
- WordPress user account activation
- WP Query. Is there a maximum size?
- External Script Using WP – Hooks / Actions Not Working?
- How to change the name of the “edit my profile” link in the WordPress admin backend
- plugin code is pulling information from database in one instance and not in other. What is wrong?
- add_filter doesn’t work
- Template filter for custom taxonomy terms
- Using add_action before add_filter on a plugin?
- correct sql query
- SQL query, error
- How to backup single post in wordpress [closed]
- Modify page title and subtitle with a plugin
- override filter in a plugin
- remove_action not removing add_action from constructor
- Taxonomy Drill-Down / Plugin Help – hierarchical queries within plugin?
- Trying to add a page template for my custom post type from a plugin, but it will not display in the template dropdown unless file is in theme
- Override a Plugin Function
- How to return the values from a row where a value occurs for the first time among the rows available?
- Can I filter a function created by a theme or a plugin?
- Add a function call after content automatically?
- How to add filter for wordpress plugin?
- How to use add_action for multiple instances of the same class
- How to Use the Filter “sidebar_login_widget_form_args”
- is there a way to pass a parameter to a add_menu_page function?
- How to hook into action/filter call
- Dictionary-style definition list plugin
- Edit post image attributes on fly?
- Excluding specific post from custom next/previous theme function
- Add hook after content without formatting
- Change language on website and change currency with url query
- Unpublished Pages Failing To Appear On Custom Path
- Displaying different content depending on variable
- How to create algorithm for ordering posts in WordPress?
- Adding an item to an anonymous array inside a filter?
- WooCommerce Product Table – filter query on attributes
- Does having apply_filters in the middle of an array make a difference?
- Disable WC Bookings automatic order completion [closed]
- Plugin function in child theme
- Modify function output in a plugin
- Override filter variable not working
- Remove action added in plugin class from theme
- Show custom taxonomy in theme
- Help needed with woocommerce (wc stripe) filter
- Having trouble going from Jfiddle to implementing in WordPress :(
- Passing a parameter to filter and action functions
- Style WordPress Custom Post Type Single Page
- passing ‘&’ in return function of add_filter
- Filter for modifying image on upload
- Adding a Filter to Sidbar Login Plugin to Change Login Button Lable
- Strip shortcode from excerpt [duplicate]
- County Finder form/plugin?
- Simply Exclude – Category feed exclusion is excluding from category feed instead of just the main feed
- How to change response of admin-ajax request?
- add query string to all pages after user logged in
- Using wp config to connect to a DB from a plugin
- WordPress plugin add_filter returning a link does not work. What is the correct way?
- Order shipped by which driver[hook for woocoomerce order staus changed and popup in admin panel ] [closed]
- Unable to pass arguments from plugin form to filter hook using ajax, the data is transferring via ajax but unable to pass as arguments in filter hooks
- How to Add Extra Text In WordPress Title Before Post Publish
- How often should I execute add_filter and function declaration in Code Snippets?
- WordPress REST API filter on blank custom ACF
- Brands Filter Not Working For On Sale Products
- FacetWP custom display based on post type [closed]
- Removing filters with arguments set in a class