'loggedout', 'msg' => sprintf( __( 'You have been logged out. Please %slogin again%s.', 'ultimate-lightbox' ), '', '' ), ) ); } /** * Handle ajax requests where an invalid nonce is passed with the request * @since 1.0.5 */ public static function bad_nonce_ajax() { wp_send_json_error( array( 'error' => 'badnonce', 'msg' => __( 'The request has been rejected because it does not appear to have come from this site.', 'ultimate-lightbox' ), ) ); } } }