Skip to content

Commit

Permalink
Merge pull request #143 from humanmade/backport-141-to-v9-branch
Browse files Browse the repository at this point in the history
[Backport v9-branch] Fix Yoast Premium path constant
  • Loading branch information
Robin Devitt authored Nov 15, 2021
2 parents 24c27f1 + cb09aaf commit 0b14bee
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 0b14bee

Please sign in to comment.