redirection_404_data

redirection_404_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: redirection.5.4.2

apply_filters('redirection_404_data') is found 1 times:

  • /models/log/log-404.php line 30
    	public static function create( $domain, $url, $ip, $details ) {
    		global $wpdb;
    
    		$insert = static::sanitize_create( $domain, $url, $ip, $details );
    		$insert = apply_filters( 'redirection_404_data', $insert );
    
    		if ( $insert ) {
    			do_action( 'redirection_404', $insert );
    
    			$wpdb->insert( $wpdb->prefix . 'redirection_404', $insert );
    			if ( $wpdb->insert_id ) {
    

See this hook used in plugins: