Skip to content

Commit

Permalink
Use full path for require custom/functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
agung-wete authored Jun 24, 2020
1 parent 4e1353c commit f4ded3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme-customisations.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ final class Theme_Customisations {
*/
public function __construct() {
add_action( 'init', array( $this, 'theme_customisations_setup' ), -1 );
require_once( 'custom/functions.php' );
require_once( __DIR__ . '/custom/functions.php' );
}

/**
Expand Down

0 comments on commit f4ded3d

Please sign in to comment.