// ---------------------------------------------------------------------------------- // Register Front-End Styles And Scripts // ---------------------------------------------------------------------------------- function renden_thinkup_child_frontscripts() { wp_enqueue_style( 'thinkup-style', get_template_directory_uri() . '/style.css', array( 'thinkup-bootstrap' ) ); wp_enqueue_style( 'renden-thinkup-style-ebusiness', get_stylesheet_directory_uri() . '/style.css', array( 'thinkup-style' ), wp_get_theme()->get('Version') ); } add_action( 'wp_enqueue_scripts', 'renden_thinkup_child_frontscripts' ); // ---------------------------------------------------------------------------------- // Update Options Array With Child Theme Color Values // ---------------------------------------------------------------------------------- // Add child theme color values to options array function renden_thinkup_updateoption_child_settings() { // Set theme name combinations $name_theme_upper = 'Renden'; $name_theme_lower = strtolower( $name_theme_upper ); // Set possible options names $name_options_free = 'thinkup_redux_variables'; $name_child_color = $name_theme_lower . '_thinkup_child_color_ebusiness'; // Get options values (theme options) $options_free = get_option( $name_options_free ); // Get child color values $options_child_settings = get_option( $name_child_color ); if( ! empty( $options_free ) ) { // Only set child color values if not already set if ( $options_child_settings != 1 ) { $options_free['thinkup_styles_skinswitch'] = '1'; $options_free['thinkup_styles_skin'] = 'ebusiness'; // Add child color to theme options array update_option( $name_options_free, $options_free ); } } // Set the child color flag update_option( $options_child_settings, 1 ); } add_action( 'init', 'renden_thinkup_updateoption_child_settings', 999 );{"id":5,"date":"2018-11-04T15:04:07","date_gmt":"2018-11-04T15:04:07","guid":{"rendered":"https:\/\/www.sirajconventioncenter.com\/?page_id=5"},"modified":"2024-04-30T14:36:46","modified_gmt":"2024-04-30T14:36:46","slug":"home","status":"publish","type":"page","link":"https:\/\/sirajconventioncenter.com\/","title":{"rendered":"Home"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sirajconventioncenter.com\/index.php\/wp-json\/wp\/v2\/pages\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sirajconventioncenter.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sirajconventioncenter.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sirajconventioncenter.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sirajconventioncenter.com\/index.php\/wp-json\/wp\/v2\/comments?post=5"}],"version-history":[{"count":5,"href":"https:\/\/sirajconventioncenter.com\/index.php\/wp-json\/wp\/v2\/pages\/5\/revisions"}],"predecessor-version":[{"id":1830,"href":"https:\/\/sirajconventioncenter.com\/index.php\/wp-json\/wp\/v2\/pages\/5\/revisions\/1830"}],"wp:attachment":[{"href":"https:\/\/sirajconventioncenter.com\/index.php\/wp-json\/wp\/v2\/media?parent=5"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}