Skip to content

Commit

Permalink
Fix Yoast Premium path constant
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke authored Nov 15, 2021
1 parent 24c27f1 commit cb09aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function load_wpseo() {
}

if ( ! defined( 'WPSEO_PREMIUM_PATH' ) ) {
define( 'WPSEO_PREMIUM_PATH', Altis\ROOT_DIR . '/vendor/yoast/wordpress-seo-premium' );
define( 'WPSEO_PREMIUM_PATH', Altis\ROOT_DIR . '/vendor/yoast/wordpress-seo-premium/' );
}

if ( ! defined( 'WPSEO_PREMIUM_BASENAME' ) ) {
Expand Down

0 comments on commit cb09aaf

Please sign in to comment.