Closed brenoalvs closed 7 years ago
Move all settings call to main plugin class. And make use of it across all hooks.
get_option( 'monk_default_language', false ); get_option( 'monk_active_languages', false );
get_option( 'monk_default_language', false );
get_option( 'monk_active_languages', false );
$monk->get_setting( $name );
Move all settings call to main plugin class. And make use of it across all hooks.
get_option( 'monk_default_language', false );
get_option( 'monk_active_languages', false );
$monk->get_setting( $name );