If you are a user of RankMath, I suspect you have encountered the annoying notification when you delete an item that is prompting you to set a redirect after you have deleted content. In and of itself, it is actually quite useful, but it doesn’t go away if you close it. Here is a quick code snippet that you can use to get rid of it.

<?php
add_action( 'init', function() {
	RankMath\Helper::remove_notification( 'auto_post_redirection' );
});

Originally published on Sept. 3, 2022

A collection of various clothing buttonButtons, buttons, and more buttons
dalmatian puppyRemove dots under a required form label

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

RELATED ARTICLES

  • Read Hiding sticky header on scroll down

    Quick tip for hiding your stick header on scroll down.

    December 24, 2022

  • Read Using Avada Elements in the Block Editor

    Using Avada elements in the block editor to optimize tips and tricks.

    October 29, 2022

  • Read Plugin Spotlight: Heroic KB

    If you are looking for an outstanding knowledgebase solution for Avada, I recommend considering Heroic KB.

    October 23, 2022

  • Read ScriptsOrganizer and Avada

    I had previously written about the plugin ScriptsOrganizer from DPlugins, but the recent update (3.4.2) makes it ideal for customizing Avada. The latest addition makes it possible to ingest all the CSS variables and makes them available for reference.

    September 25, 2022

  • Read Plugin Possibilities – Webyx

    Thanks to Jamie Marsland for featuring a new plugin that allows for horizontally and vertically scrolling pages.

    September 18, 2022

  • Read Remove dots under a required form label

    Ever been working on an Avada form, set the field to required, and then you start seeing spots? No, you're not seeing things.

    September 5, 2022