8889841chome/clixcotz/gj.clix.co.tz/wp-content/plugins/better-search-replace/templates/bsr-dashboard.php000064400000005120150536643100027070 0ustar00 Better Search Replace. * * @link https://bettersearchreplace.com * @since 1.0.0 * * @package Better_Search_Replace * @subpackage Better_Search_Replace/templates */ // Prevent direct access. if ( ! defined( 'BSR_PATH' ) ) exit; // Determines which tab to display. $active_tab = isset( $_GET['tab'] ) ? $_GET['tab'] : 'bsr_search_replace'; switch( $active_tab ) { case 'bsr_settings': $action = 'action="' . get_admin_url() . 'options.php' . '"'; break; case 'bsr_help': $action = 'action="' . get_admin_url() . 'admin-post.php' . '"'; break; default: $action = ''; } if ( 'bsr_settings' === $active_tab ) { $action = get_admin_url() . 'options.php'; } else { $action = get_admin_url() . 'admin-post.php'; } ?>