'Settings'); $actions = array_merge($settings, $actions); } // if ($plugin == $plugin_file) { return $actions; } //function yydev_redirect_add_settings_link( $actions, $plugin_file ) { add_filter( 'plugin_action_links', 'yydev_redirect_add_settings_link', 10, 5 ); // ================================================ // Include the redirect functions only if the theme // is loaded and not on the admin panel area // ================================================ if ( ! is_admin() ) { require_once('include/redirect-page.php'); } // if ( ! is_admin() ) { // ================================================ // including admin notices flie // ================================================ if( is_admin() ) { include_once('notices.php'); } // if( is_admin() ) {