This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_action( 'current_screen', function() { | |
$screen = get_current_screen(); | |
if ( $screen->id !== "dashboard" ) { | |
add_action( 'admin_enqueue_scripts', function() { | |
echo '<style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Delete Flamingo data shortcode | |
Plugin URI: https://www.damiencarbery.com/2020/03/delete-contact-form-7-flamingo-submissions/ | |
Description: Shortcode version of standalone script that deletes Flamingo data. | |
Author: Damien Carbery | |
Author URI: https://www.damiencarbery.com | |
Version: 0.1.20241013 | |
License: GPLv2 | |
License URI: https://www.gnu.org/licenses/gpl-2.0.html |