redirection_flying_solo, true
redirection_flying_solo, true
Appears in: redirection.5.9.0
Hook Type: filter
Displaying hooks found in version: redirection.5.9.0apply_filters('redirection_flying_solo, true') is found 1 times:
- /redirection.php line 20
define( ‘REDIRECTION_DB_VERSION’, ‘4.2’ ); // DB schema version. Only change if DB needs changing
define( ‘REDIRECTION_FILE’, __FILE__ );if ( ! defined( ‘REDIRECTION_FLYING_SOLO’ ) ) {
define( ‘REDIRECTION_FLYING_SOLO’, apply_filters( ‘redirection_flying_solo’, true ) );
}// This file must support PHP < 7.4 so as not to crash if ( version_compare( PHP_VERSION, '7.4' ) < 0 ) { add_filter( 'plugin_action_links_' . basename( dirname( REDIRECTION_FILE ) ) . '/' . basename( REDIRECTION_FILE ), 'red_deprecated_php' ); [/php]