admin_url( 'admin-ajax.php' ))); } } function save_amazing_hover_options(){ if (isset($_REQUEST)) { update_option( 'wdo_amazing_hover_effect', $_REQUEST ); } } function amazing_hover_option_page(){ $saved_options = get_option( 'wdo_amazing_hover_effect' ); include 'settings.php'; } function amazing_hover_render_shortcode($atts){ $saved_options = get_option( 'wdo_amazing_hover_effect' ); if (isset($saved_options['posts'])) { ob_start(); ?>