redirection_flying_solo

redirection_flying_solo

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

See hook in core

Displaying hooks found in version: redirection.5.6.0

apply_filters('redirection_flying_solo') 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.2 so as not to crash if ( version_compare( phpversion(), '7.2' ) < 0 ) { add_filter( 'plugin_action_links_' . basename( dirname( REDIRECTION_FILE ) ) . '/' . basename( REDIRECTION_FILE ), 'red_deprecated_php' ); [/php]