diff --git a/obfx_modules/template-directory/init.php b/obfx_modules/template-directory/init.php index e84c3c23..a605a386 100644 --- a/obfx_modules/template-directory/init.php +++ b/obfx_modules/template-directory/init.php @@ -211,7 +211,7 @@ public function admin_enqueue() { 'cta' => $this->get_state( 'tpc' ), 'activate' => $this->get_tcp_activation_link(), ), - 'tpcAdminURL' => ( defined( 'NEVE_COMPATIBILITY_FEATURES' ) && isset( NEVE_COMPATIBILITY_FEATURES['theme_dedicated_menu'] ) ) ? admin_url( 'admin.php?page=tiob-starter-sites' ) : admin_url( 'themes.php?page=tiob-starter-sites' ), + 'tpcAdminURL' => admin_url( 'admin.php?page=tiob-starter-sites' ), 'nonce' => wp_create_nonce( 'wp_rest' ), 'strings' => array( 'themeNotInstalled' => __( 'In order to import any starter sites, Neve theme & Templates Cloud plugin need to be installed and activated. Click the button below to install and activate Neve.', 'themeisle-companion' ),