Skip to content

Commit

Permalink
Code improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinjohn22 committed Apr 2, 2024
1 parent 8763f84 commit 62ce5f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/class-awsm-job-openings-mail-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ public static function sanitize_content( $content ) {
}

public static function get_settings() {
if ( ! class_exists( 'AWSM_Job_Openings_Settings' ) ) {
require_once AWSM_JOBS_PLUGIN_DIR . '/admin/class-awsm-job-openings-settings.php';
}
$default_from_email = AWSM_Job_Openings_Settings::awsm_from_email( true );
/**
* Filters the notification customizer default values.
Expand Down

0 comments on commit 62ce5f6

Please sign in to comment.