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 321cd0c commit 5c6d5b3
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 @@ -126,7 +126,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 5c6d5b3

Please sign in to comment.