aioseo_seo_alerts_request_args

aioseo_seo_alerts_request_args

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.9.9

apply_filters('aioseo_seo_alerts_request_args') is found 1 times:

  • /app/Common/SeoAlerts/SeoAlerts.php line 162
    	 *
    	 * @return array The request args.
    	 */
    	private function getRequestArgs() {
    		return apply_filters( 'aioseo_seo_alerts_request_args', [
    			'blocking'    => true,
    			'timeout'     => 10,
    			'redirection' => 1,
    			'sslverify'   => false
    		] );
    	}