_memory_exceeded

_memory_exceeded

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

apply_filters('_memory_exceeded') is found 1 times:

  • /lib/ns-vendor/classes/deliciousbrains/wp-background-processing/classes/wp-background-process.php line 352
    		if ( $current_memory >= $memory_limit ) {
    			$return = true;
    		}
    
    		return apply_filters( $this->identifier . '_memory_exceeded', $return );
    	}
    
    	/**
    	 * Get memory limit
    	 *
    	 * @return int