This commit is contained in:
ThemeLexus
2019-09-28 16:39:55 +07:00
parent 2195d7e04f
commit f306df84c8
106 changed files with 2720 additions and 1356 deletions

View File

@@ -5,7 +5,8 @@ if ( ! defined( 'ABSPATH' ) ) {
global $post, $property;
if ( ! opalestate_get_option( 'enable_single_author_box' ) ) {
if ( opalestate_get_option( 'enable_single_author_box' , 'on') != 'on' ) {
return;
}