File "switch-theme.php"
Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/contact-form-7-database/admin/switch-theme.php
File size: 427 bytes
MIME-type: --
Charset: utf-8
<?php
if (!defined('ABSPATH')) {
exit('Direct\'s not allowed');
}
add_action('cf7d_after_bulkaction_btn', 'cf7d_after_bulkaction_switch_theme_cb', 30);
function cf7d_after_bulkaction_switch_theme_cb()
{
?>
<span class="dashicons dashicons-menu cf7d-switch-theme cf7d-switch-theme-vertical active"></span>
<span class="dashicons dashicons-menu cf7d-switch-theme cf7d-switch-theme-horizontal"></span>
<?php
}