brenoalvs / monk

Monk is an elegant and lightweight WordPress translation plugin to make your content reach the world.
https://wordpress.org/plugins/monk/
Other
15 stars 3 forks source link

Reduce common settings calls #340

Closed brenoalvs closed 7 years ago

brenoalvs commented 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 );

$monk->get_setting( $name );