Astra_Menu::get_spectra_page_admin_link()

Provide the Spectra admin page URL.


Description


Return

(string) url.


Source

File: admin/includes/class-astra-menu.php

	public function get_spectra_page_admin_link() {
		$spectra_admin_url = defined( 'UAGB_VER' ) ? ( version_compare( UAGB_VER, '2.4.1', '>=' ) ? admin_url( 'admin.php?page=' . UAGB_SLUG ) : admin_url( 'options-general.php?page=' . UAGB_SLUG ) ) : 'admin.php?page=' . self::$plugin_slug . '&path=spectra';
		return apply_filters( 'astra_dashboard_spectra_admin_link', $spectra_admin_url );
	}

Changelog

Changelog
Version Description
4.1.1 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.