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.7

apply_filters('aioseo_upgrade_link') is found 4 times:

  • /app/Common/Traits/Helpers/Vue.php line 103
    				'rssSitemapUrl'     => aioseo()->sitemap->helpers->getUrl( 'rss' ),
    				'llmsUrl'           => aioseo()->llms->getUrl(),
    				'robotsTxtUrl'      => $this->getSiteUrl() . '/robots.txt',
    				'marketingSiteUrl'  => $this->getMarketingSiteUrl(),
    				'upgradeUrl'        => apply_filters( 'aioseo_upgrade_link', AIOSEO_MARKETING_URL . 'lite-upgrade/' ),
    				'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

    			'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
    			],
    			'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'] );
    		}
    
  • /app/Lite/Traits/Helpers/Vue.php line 50

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

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

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

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

    	 * @return void
    	 */
    	private function setInitialData() {
    		// Override the upgrade URL for Lite users
    		$this->data['urls']['upgradeUrl'] = apply_filters( 'aioseo_upgrade_link', AIOSEO_MARKETING_URL . 'lite-upgrade/' );
    	}
    }