= self::MAX_CALLS ) { return new WP_Error( 'rate_limited', __( 'Too many import requests. Please wait a moment and try again.', 'templately' ) ); } set_transient( $key, $count + 1, self::WINDOW_SECONDS ); return null; } }