redirection_flying_solo

redirection_flying_solo

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

See hook in core

Displaying hooks found in version: redirection.5.5.0

apply_filters('redirection_flying_solo') is found 1 times:

  • /redirection.php line 29

    define( ‘REDIRECTION_FILE’, __FILE__ );
    define( ‘REDIRECTION_DEV_MODE’, false );

    if ( ! defined( ‘REDIRECTION_FLYING_SOLO’ ) ) {
    define( ‘REDIRECTION_FLYING_SOLO’, apply_filters( ‘redirection_flying_solo’, true ) );
    }

    // This file must support PHP < 5.6 so as not to crash if ( version_compare( phpversion(), '5.6' ) < 0 ) { add_action( 'plugin_action_links_' . basename( dirname( REDIRECTION_FILE ) ) . '/' . basename( REDIRECTION_FILE ), 'red_deprecated_php', 10, 4 ); [/php]