red_default_options

red_default_options

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

See hook in core

Displaying hooks found in version: redirection.5.5.2

apply_filters('red_default_options') is found 1 times:

  • /redirection-settings.php line 79
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
            'update_notice'       => 0,
        ];
        $defaults = array_merge( $defaults, $flags->get_json() );
     
        return apply_filters( 'red_default_options', $defaults );
    }
     
    /**
     * Set options
     *
     * @param array $settings Partial settings.