aioseo_upgrade_link

aioseo_upgrade_link

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

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.8.1.1

apply_filters('aioseo_upgrade_link') is found 3 times:

  • /app/Common/Traits/Helpers/Vue.php line 127
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    'generalSitemapUrl' => aioseo()->sitemap->helpers->getUrl( 'general' ),
    'rssSitemapUrl'     => aioseo()->sitemap->helpers->getUrl( 'rss' ),
    'robotsTxtUrl'      => $this->getSiteUrl() . '/robots.txt',
    'blockedBotsLogUrl' => wp_upload_dir()['baseurl'] . '/aioseo/logs/aioseo-bad-bot-blocker.log',
    'upgradeUrl'        => apply_filters( 'aioseo_upgrade_link', AIOSEO_MARKETING_URL ),
    'staticHomePage'    => 'page' === get_option( 'show_on_front' ) ? get_edit_post_link( get_option( 'page_on_front' ), 'url' ) : null,
    'feeds'             => [
        'rdf'            => get_bloginfo( 'rdf_url' ),
        'rss'            => get_bloginfo( 'rss_url' ),
        'atom'           => get_bloginfo( 'atom_url' ),
        'global'         => get_bloginfo( 'rss2_url' ),
  • /app/Lite/Admin/Notices/Notices.php line 85

    Warning: Undefined array key 89 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 90 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    81
    82
    83
    84
    85
    86
    87
    88
    89
                'type'              => 'info',
                'level'             => [ 'all' ],
                // Translators: 1 - "Pro".
                'button1_label'     => sprintf( __( 'Upgrade to %1$s', 'all-in-one-seo-pack' ), 'Pro' ),
                'button1_action'    => html_entity_decode( apply_filters( 'aioseo_upgrade_link', aioseo()->helpers->utmUrl( AIOSEO_MARKETING_URL . 'lite-upgrade/', 'woo-notification-upsell', false ) ) ),
                'start'             => gmdate( 'Y-m-d H:i:s' )
            ] );
        }
    }
  • /app/Lite/Main/Filters.php line 77
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
        ],
        'proupgrade' => [
            // Translators: This is an action link users can click to purchase a license for All in One SEO Pro.
            'label' => __( 'Upgrade to Pro', 'all-in-one-seo-pack' ),
            'url'   => apply_filters( 'aioseo_upgrade_link', aioseo()->helpers->utmUrl( AIOSEO_MARKETING_URL . 'lite-upgrade/', 'plugin-action-links', 'Upgrade', false ) ),
        ]
    ];
     
    if ( isset( $actions['edit'] ) ) {
        unset( $actions['edit'] );
    }