shell bypass 403
<?php
class Motiox_Merlin_Config {
private $wizard;
public function __construct() {
$this->init();
if (class_exists('LP_Admin_Assets')) {
remove_action('admin_footer', array(LP_Admin_Assets::instance(), 'add_elements_global'));
}
add_filter('merlin_import_files', [$this, 'import_files']);
add_action('merlin_after_all_import', [$this, 'after_import_setup'], 10, 1);
add_filter('merlin_generate_child_functions_php', [$this, 'render_child_functions_php']);
add_action('import_start', function () {
add_filter('wxr_importer.pre_process.post_meta', [$this, 'fiximport_elementor'], 10, 1);
update_option('elementor_experiment-container', 'active');
update_option('elementor_experiment-nested-elements', 'active');
update_option('elementor_experiment-e_optimized_css_loading', 'inactive');
update_option('elementor_experiment-e_font_icon_svg', 'inactive');
update_option('elementor_unfiltered_files_upload', 1);
});
add_action('import_end', function () {
update_option('elementor_experiment-container', 'active');
update_option('elementor_experiment-nested-elements', 'active');
});
}
public function fiximport_elementor($post_meta) {
if ('_elementor_data' === $post_meta['key']) {
$post_meta['value'] = wp_slash($post_meta['value']);
}
return $post_meta;
}
public function import_files() {
return array(
array(
'import_file_name' => 'home 1',
'home' => 'home-1',
'local_import_file' => get_theme_file_path('/dummy-data/content.xml'),
'homepage' => get_theme_file_path('/dummy-data/homepage/home-1.xml'),
'local_import_widget_file' => get_theme_file_path('/dummy-data/widgets.json'),
'import_rev_slider_file_url' => 'http://source.wpopal.com/motiox/dummy_data/revsliders/home-1/slider-1.zip',
'import_more_revslider_file_url' => [],
'import_lookbook_revslider_file_url' => [],
'import_preview_image_url' => get_theme_file_uri('/assets/images/oneclick/home-1.jpg'),
'preview_url' => 'https://demo2.pavothemes.com/motiox/home-1',
'elementor' => '{"system_colors":[{"_id":"primary","title":"Primary","color":"#FD005A"},{"_id":"secondary","title":"Secondary","color":"#ffffff"},{"_id":"text","title":"Text","color":"#999999"},{"_id":"accent","title":"Accent","color":"#FB974B"},{"_id":"border","title":"Border","color":"#FFFFFF15"},{"_id":"lighter","title":"Lighter","color":"#888888"},{"_id":"dark","title":"Dark","color":"#000000"},{"_id":"highlight","title":"Highlight","color":"#F6425F"}],"custom_colors":[],"system_typography":[{"_id":"primary","title":"Primary","typography_typography":"custom","typography_font_family":"Goli","typography_font_weight":"600","typography_line_height":{"0":{"unit":"em","size":"0.025"},"unit":"em","size":0.025,"sizes":[]}},{"_id":"secondary","title":"Secondary(Heading)","typography_typography":"custom","typography_font_family":"Goli","typography_font_weight":"600"},{"_id":"text","title":"Text","typography_typography":"custom","typography_font_family":"Goli","typography_font_weight":"400"},{"_id":"accent","title":"Accent","typography_typography":"custom","typography_font_family":"Goli","typography_font_weight":"600"}],"custom_typography":[],"default_generic_fonts":"Sans-serif","site_name":"Motiox","site_description":"Video Production WordPress Theme","page_title_selector":"h1.entry-title","activeItemIndex":1,"active_breakpoints":["viewport_mobile","viewport_mobile_extra","viewport_tablet","viewport_tablet_extra","viewport_laptop"],"viewport_md":768,"viewport_lg":1025,"container_width":{"unit":"px","size":1530,"sizes":[]},"space_between_widgets":{"column":"20","row":"20","isLinked":true,"unit":"px","size":0,"sizes":[]},"body_background_background":"classic","body_background_color":"#222222","colors_enable_styleguide_preview":"yes","viewport_laptop":1440,"viewport_tablet":1024}',
'themeoptions' => '{}',
),
array(
'import_file_name' => 'home 2',
'home' => 'home-2',
'local_import_file' => get_theme_file_path('/dummy-data/content.xml'),
'homepage' => get_theme_file_path('/dummy-data/homepage/home-2.xml'),
'local_import_widget_file' => get_theme_file_path('/dummy-data/widgets.json'),
'import_rev_slider_file_url' => 'http://source.wpopal.com/motiox/dummy_data/revsliders/home-2/slider-2.zip',
'import_more_revslider_file_url' => [],
'import_lookbook_revslider_file_url' => [],
'import_preview_image_url' => get_theme_file_uri('/assets/images/oneclick/home-2.jpg'),
'preview_url' => 'https://demo2.pavothemes.com/motiox/home-2',
'elementor' => '{"system_colors":[{"_id":"primary","title":"Primary","color":"#FD005A"},{"_id":"secondary","title":"Secondary","color":"#ffffff"},{"_id":"text","title":"Text","color":"#999999"},{"_id":"accent","title":"Accent","color":"#FB974B"},{"_id":"border","title":"Border","color":"#FFFFFF15"},{"_id":"lighter","title":"Lighter","color":"#888888"},{"_id":"dark","title":"Dark","color":"#000000"},{"_id":"highlight","title":"Highlight","color":"#F6425F"}],"custom_colors":[],"system_typography":[{"_id":"primary","title":"Primary","typography_typography":"custom","typography_font_family":"Goli","typography_font_weight":"600","typography_line_height":{"0":{"unit":"em","size":"0.025"},"unit":"em","size":0.025,"sizes":[]}},{"_id":"secondary","title":"Secondary(Heading)","typography_typography":"custom","typography_font_family":"Goli","typography_font_weight":"600"},{"_id":"text","title":"Text","typography_typography":"custom","typography_font_family":"Goli","typography_font_weight":"400"},{"_id":"accent","title":"Accent","typography_typography":"custom","typography_font_family":"Goli","typography_font_weight":"600"}],"custom_typography":[],"default_generic_fonts":"Sans-serif","site_name":"Motiox","site_description":"Video Production WordPress Theme","page_title_selector":"h1.entry-title","activeItemIndex":1,"active_breakpoints":["viewport_mobile","viewport_mobile_extra","viewport_tablet","viewport_tablet_extra","viewport_laptop"],"viewport_md":768,"viewport_lg":1025,"container_width":{"unit":"px","size":1530,"sizes":[]},"space_between_widgets":{"column":"20","row":"20","isLinked":true,"unit":"px","size":0,"sizes":[]},"body_background_background":"classic","body_background_color":"#222222","colors_enable_styleguide_preview":"yes","viewport_laptop":1440,"viewport_tablet":1024}',
'themeoptions' => '{}',
),
array(
'import_file_name' => 'home 3',
'home' => 'home-3',
'local_import_file' => get_theme_file_path('/dummy-data/content.xml'),
'homepage' => get_theme_file_path('/dummy-data/homepage/home-3.xml'),
'local_import_widget_file' => get_theme_file_path('/dummy-data/widgets.json'),
'import_rev_slider_file_url' => 'http://source.wpopal.com/motiox/dummy_data/revsliders/home-3/slider-3.zip',
'import_more_revslider_file_url' => [],
'import_lookbook_revslider_file_url' => [],
'import_preview_image_url' => get_theme_file_uri('/assets/images/oneclick/home-3.jpg'),
'preview_url' => 'https://demo2.pavothemes.com/motiox/home-3',
'elementor' => '{"system_colors":[{"_id":"primary","title":"Primary","color":"#7659FF"},{"_id":"secondary","title":"Secondary","color":"#000000"},{"_id":"tertiary","title":"Tertiary","color":"#F6425F"},{"_id":"text","title":"Text","color":"#666666"},{"_id":"accent","title":"Accent","color":"#7659FF"},{"_id":"border","title":"Border","color":"#EEEBEB"},{"_id":"lighter","title":"Lighter","color":"#999999"},{"_id":"dark","title":"Dark","color":"#000000"},{"_id":"highlight","title":"Highlight","color":"#F6425F"}],"custom_colors":[],"system_typography":[{"_id":"primary","title":"Primary","typography_typography":"custom","typography_font_family":"Source Serif 4","typography_font_weight":"700","typography_line_height":{"0":{"unit":"em","size":"0.025"},"unit":"em","size":0.025,"sizes":[]}},{"_id":"secondary","title":"Secondary(Heading)","typography_typography":"custom","typography_font_family":"Urbanist","typography_font_weight":"700"},{"_id":"text","title":"Text","typography_typography":"custom","typography_font_family":"Urbanist","typography_font_weight":"500"},{"_id":"accent","title":"Accent","typography_typography":"custom","typography_font_family":"Urbanist","typography_font_weight":"700"}],"custom_typography":[],"default_generic_fonts":"Sans-serif","site_name":"Edudeme","site_description":"Education & Online Course WordPress Theme","page_title_selector":"h1.entry-title","activeItemIndex":1,"active_breakpoints":["viewport_mobile","viewport_mobile_extra","viewport_tablet","viewport_tablet_extra","viewport_laptop"],"viewport_md":768,"viewport_lg":1025,"container_width":{"unit":"px","size":1290,"sizes":[]},"space_between_widgets":{"column":"20","row":"20","isLinked":true,"unit":"px","size":0,"sizes":[]},"body_background_background":"classic","body_background_color":"#ffffff","colors_enable_styleguide_preview":"yes","viewport_laptop":1440,"viewport_tablet":1024}',
'themeoptions' => '{}',
),
array(
'import_file_name' => 'home 4',
'home' => 'home-4',
'local_import_file' => get_theme_file_path('/dummy-data/content.xml'),
'homepage' => get_theme_file_path('/dummy-data/homepage/home-4.xml'),
'local_import_widget_file' => get_theme_file_path('/dummy-data/widgets.json'),
'import_rev_slider_file_url' => 'http://source.wpopal.com/motiox/dummy_data/revsliders/home-4/slider-4.zip',
'import_more_revslider_file_url' => [],
'import_lookbook_revslider_file_url' => [],
'import_preview_image_url' => get_theme_file_uri('/assets/images/oneclick/home-4.jpg'),
'preview_url' => 'https://demo2.pavothemes.com/motiox/home-4',
'elementor' => '{"system_colors":[{"_id":"primary","title":"Primary","color":"#7659FF"},{"_id":"secondary","title":"Secondary","color":"#000000"},{"_id":"tertiary","title":"Tertiary","color":"#F6425F"},{"_id":"text","title":"Text","color":"#666666"},{"_id":"accent","title":"Accent","color":"#7659FF"},{"_id":"border","title":"Border","color":"#EEEBEB"},{"_id":"lighter","title":"Lighter","color":"#999999"},{"_id":"dark","title":"Dark","color":"#000000"},{"_id":"highlight","title":"Highlight","color":"#F6425F"}],"custom_colors":[],"system_typography":[{"_id":"primary","title":"Primary","typography_typography":"custom","typography_font_family":"Source Serif 4","typography_font_weight":"700","typography_line_height":{"0":{"unit":"em","size":"0.025"},"unit":"em","size":0.025,"sizes":[]}},{"_id":"secondary","title":"Secondary(Heading)","typography_typography":"custom","typography_font_family":"Urbanist","typography_font_weight":"700"},{"_id":"text","title":"Text","typography_typography":"custom","typography_font_family":"Urbanist","typography_font_weight":"500"},{"_id":"accent","title":"Accent","typography_typography":"custom","typography_font_family":"Urbanist","typography_font_weight":"700"}],"custom_typography":[],"default_generic_fonts":"Sans-serif","site_name":"Edudeme","site_description":"Education & Online Course WordPress Theme","page_title_selector":"h1.entry-title","activeItemIndex":1,"active_breakpoints":["viewport_mobile","viewport_mobile_extra","viewport_tablet","viewport_tablet_extra","viewport_laptop"],"viewport_md":768,"viewport_lg":1025,"container_width":{"unit":"px","size":1290,"sizes":[]},"space_between_widgets":{"column":"20","row":"20","isLinked":true,"unit":"px","size":0,"sizes":[]},"body_background_background":"classic","body_background_color":"#ffffff","colors_enable_styleguide_preview":"yes","viewport_laptop":1440,"viewport_tablet":1024}',
'themeoptions' => '{}',
),
);
}// end import_files
public function after_import_setup($selected_import) {
$selected_import = ($this->import_files())[$selected_import];
// setup Home page
$home = get_page_by_path($selected_import['home']);
if ($home->ID) {
update_option('show_on_front', 'page');
update_option('page_on_front', $home->ID);
}
$this->set_demo_menus();
// Setup Options
$options = $this->get_all_options();
$theme_options = $options['options'];
foreach ($theme_options as $key => $option) {
update_option($key, $option);
}
$active_kit_id = Elementor\Plugin::$instance->kits_manager->get_active_id();
update_post_meta($active_kit_id, '_elementor_page_settings', json_decode($selected_import['elementor'], true));
set_theme_mod('custom_logo', $this->get_attachment('_logo'));
// Header Footer Builder
$this->reset_header_footer();
$this->set_hf($selected_import['home']);
//if exists, assign to $cpt_support var
$cpt_support = get_option('elementor_cpt_support');
//check if option DOESN'T exist in db
if (!$cpt_support) {
$cpt_support = ['page', 'post', 'etb_library']; //create array of our default supported post types
update_option('elementor_cpt_support', $cpt_support); //write it to the database
} //if it DOES exist, but portfolio is NOT defined
else if (!in_array('etb_library', $cpt_support)) {
$cpt_support[] = 'etb_library'; //append to array
update_option('elementor_cpt_support', $cpt_support); //write it to the database
}
$mailchimp = $this->get_mailchimp_id();
if ($mailchimp) {
update_option('mc4wp_default_form_id', $mailchimp);
}
$this->update_nav_menu_item('http://source.wpopal.com/motiox');
\Elementor\Utils::replace_urls('http://source.wpopal.com/motiox', site_url());
\Elementor\Plugin::instance()->files_manager->clear_cache();
}
private function update_nav_menu_item($url) {
if (empty($url)) {
return;
}
$from = trim($url);
$to = trim(site_url());
$query = new WP_Query([
'posts_per_page' => -1,
'post_type' => 'nav_menu_item',
]);
if ($query->have_posts()) {
while ($query->have_posts()) {
$query->the_post();
$post_id = get_the_ID();
wp_update_post([
'ID' => $post_id,
'post_title' => get_the_title(),
]);
if (get_post_meta($post_id, '_menu_item_type', true) === 'custom') {
$url = get_post_meta($post_id, '_menu_item_url', true);
if (!empty($url) && strpos($url, $from) !== false) {
update_post_meta($post_id, '_menu_item_url', esc_url_raw(str_replace($from, $to, $url)));
}
}
}
wp_reset_postdata();
}
}
private function get_mailchimp_id() {
$params = array(
'post_type' => 'mc4wp-form',
'posts_per_page' => 1,
);
$post = get_posts($params);
return isset($post[0]) ? $post[0]->ID : 0;
}
private function get_attachment($key) {
$params = array(
'post_type' => 'attachment',
'post_status' => 'inherit',
'posts_per_page' => 1,
'meta_key' => $key,
);
$post = get_posts($params);
if ($post) {
return $post[0]->ID;
}
return 0;
}
private function init() {
$this->wizard = new Merlin(
$config = array(
// Location / directory where Merlin WP is placed in your theme.
'merlin_url' => 'merlin',
// The wp-admin page slug where Merlin WP loads.
'parent_slug' => 'themes.php',
// The wp-admin parent page slug for the admin menu item.
'capability' => 'manage_options',
// The capability required for this menu to be displayed to the user.
'dev_mode' => true,
// Enable development mode for testing.
'license_step' => false,
// EDD license activation step.
'license_required' => false,
// Require the license activation step.
'license_help_url' => '',
'directory' => '/inc/merlin',
// URL for the 'license-tooltip'.
'edd_remote_api_url' => '',
// EDD_Theme_Updater_Admin remote_api_url.
'edd_item_name' => '',
// EDD_Theme_Updater_Admin item_name.
'edd_theme_slug' => '',
// EDD_Theme_Updater_Admin item_slug.
),
$strings = array(
'admin-menu' => esc_html__('Theme Setup', 'motiox'),
/* translators: 1: Title Tag 2: Theme Name 3: Closing Title Tag */
'title%s%s%s%s' => esc_html__('%1$s%2$s Themes ‹ Theme Setup: %3$s%4$s', 'motiox'),
'return-to-dashboard' => esc_html__('Return to the dashboard', 'motiox'),
'ignore' => esc_html__('Disable this wizard', 'motiox'),
'btn-skip' => esc_html__('Skip', 'motiox'),
'btn-next' => esc_html__('Next', 'motiox'),
'btn-start' => esc_html__('Start', 'motiox'),
'btn-no' => esc_html__('Cancel', 'motiox'),
'btn-plugins-install' => esc_html__('Install', 'motiox'),
'btn-child-install' => esc_html__('Install', 'motiox'),
'btn-content-install' => esc_html__('Install', 'motiox'),
'btn-import' => esc_html__('Import', 'motiox'),
'btn-license-activate' => esc_html__('Activate', 'motiox'),
'btn-license-skip' => esc_html__('Later', 'motiox'),
/* translators: Theme Name */
'license-header%s' => esc_html__('Activate %s', 'motiox'),
/* translators: Theme Name */
'license-header-success%s' => esc_html__('%s is Activated', 'motiox'),
/* translators: Theme Name */
'license%s' => esc_html__('Enter your license key to enable remote updates and theme support.', 'motiox'),
'license-label' => esc_html__('License key', 'motiox'),
'license-success%s' => esc_html__('The theme is already registered, so you can go to the next step!', 'motiox'),
'license-json-success%s' => esc_html__('Your theme is activated! Remote updates and theme support are enabled.', 'motiox'),
'license-tooltip' => esc_html__('Need help?', 'motiox'),
/* translators: Theme Name */
'welcome-header%s' => esc_html__('Welcome to %s', 'motiox'),
'welcome-header-success%s' => esc_html__('Hi. Welcome back', 'motiox'),
'welcome%s' => esc_html__('This wizard will set up your theme, install plugins, and import content. It is optional & should take only a few minutes.', 'motiox'),
'welcome-success%s' => esc_html__('You may have already run this theme setup wizard. If you would like to proceed anyway, click on the "Start" button below.', 'motiox'),
'child-header' => esc_html__('Install Child Theme', 'motiox'),
'child-header-success' => esc_html__('You\'re good to go!', 'motiox'),
'child' => esc_html__('Let\'s build & activate a child theme so you may easily make theme changes.', 'motiox'),
'child-success%s' => esc_html__('Your child theme has already been installed and is now activated, if it wasn\'t already.', 'motiox'),
'child-action-link' => esc_html__('Learn about child themes', 'motiox'),
'child-json-success%s' => esc_html__('Awesome. Your child theme has already been installed and is now activated.', 'motiox'),
'child-json-already%s' => esc_html__('Awesome. Your child theme has been created and is now activated.', 'motiox'),
'plugins-header' => esc_html__('Install Plugins', 'motiox'),
'plugins-header-success' => esc_html__('You\'re up to speed!', 'motiox'),
'plugins' => esc_html__('Let\'s install some essential WordPress plugins to get your site up to speed.', 'motiox'),
'plugins-success%s' => esc_html__('The required WordPress plugins are all installed and up to date. Press "Next" to continue the setup wizard.', 'motiox'),
'plugins-action-link' => esc_html__('Advanced', 'motiox'),
'import-header' => esc_html__('Import Content', 'motiox'),
'import' => esc_html__('Let\'s import content to your website, to help you get familiar with the theme.', 'motiox'),
'import-action-link' => esc_html__('Advanced', 'motiox'),
'ready-header' => esc_html__('All done. Have fun!', 'motiox'),
/* translators: Theme Author */
'ready%s' => esc_html__('Your theme has been all set up. Enjoy your new theme by %s.', 'motiox'),
'ready-action-link' => esc_html__('Extras', 'motiox'),
'ready-big-button' => esc_html__('View your website', 'motiox'),
'ready-link-1' => sprintf('<a href="%1$s" target="_blank">%2$s</a>', 'https://wordpress.org/support/', esc_html__('Explore WordPress', 'motiox')),
'ready-link-2' => sprintf('<a href="%1$s" target="_blank">%2$s</a>', 'https://themebeans.com/contact/', esc_html__('Get Theme Support', 'motiox')),
'ready-link-3' => sprintf('<a href="%1$s">%2$s</a>', admin_url('customize.php'), esc_html__('Start Customizing', 'motiox')),
)
);
if (motiox_is_elementor_activated()) {
add_action('widgets_init', [$this, 'widgets_init']);
}
}
public function widgets_init() {
require_once get_parent_theme_file_path('/inc/merlin/includes/base/recent-post.php');
require_once get_parent_theme_file_path('/inc/merlin/includes/base/class-widget-category-classes.php');
if (function_exists('pavo_add_widget')) {
pavo_add_widget('Motiox_WP_Widget_Recent_Posts');
pavo_add_widget('Motiox_WP_Widget_Category_Classe');
}
}
private function get_all_header_footer() {
return [
'home-1' => [
'header' => [
[
'slug' => 'header-1',
'etb_target_include_locations' => ['rule' => ['basic-global'], 'specific' => []],
],
],
'footer' => [
[
'slug' => 'footer-1',
'etb_target_include_locations' => ['rule' => ['basic-global'], 'specific' => []],
]
]
],
'home-2' => [
'header' => [
[
'slug' => 'header-1',
'etb_target_include_locations' => ['rule' => ['basic-global'], 'specific' => []],
],
],
'footer' => [
[
'slug' => 'footer-1',
'etb_target_include_locations' => ['rule' => ['basic-global'], 'specific' => []],
]
]
],
'home-3' => [
'header' => [
[
'slug' => 'header-1',
'etb_target_include_locations' => ['rule' => ['basic-global'], 'specific' => []],
],
],
'footer' => [
[
'slug' => 'footer-1',
'etb_target_include_locations' => ['rule' => ['basic-global'], 'specific' => []],
]
]
],
'home-4' => [
'header' => [
[
'slug' => 'header-1',
'etb_target_include_locations' => ['rule' => ['basic-global'], 'specific' => []],
],
],
'footer' => [
[
'slug' => 'footer-1',
'etb_target_include_locations' => ['rule' => ['basic-global'], 'specific' => []],
]
]
],
];
}
private function reset_header_footer() {
$footer_args = array(
'post_type' => 'etb_library',
'posts_per_page' => -1,
'meta_query' => array(
array(
'key' => 'etb_template_type',
'compare' => 'IN',
'value' => ['type_footer', 'type_header']
),
)
);
$footer = new WP_Query($footer_args);
while ($footer->have_posts()) : $footer->the_post();
update_post_meta(get_the_ID(), 'etb_target_include_locations', []);
update_post_meta(get_the_ID(), 'etb_target_exclude_locations', []);
endwhile;
wp_reset_postdata();
}
public function set_demo_menus() {
$main_menu = get_term_by('name', 'Main Menu', 'nav_menu');
set_theme_mod(
'nav_menu_locations',
array(
'primary' => $main_menu->term_id,
'handheld' => $main_menu->term_id,
)
);
}
private function set_hf($home) {
$all_hf = $this->get_all_header_footer();
$datas = $all_hf[$home];
foreach ($datas as $item) {
foreach ($item as $object) {
$hf = get_page_by_path($object['slug'], OBJECT, 'etb_library');
if ($hf) {
update_post_meta($hf->ID, 'etb_target_include_locations', $object['etb_target_include_locations']);
if (isset($object['etb_target_exclude_locations'])) {
update_post_meta($hf->ID, 'etb_target_exclude_locations', $object['etb_target_exclude_locations']);
}
}
}
}
}
public function render_child_functions_php() {
$output
= "<?php
/**
* Theme functions and definitions.
*/
";
return $output;
}
public function get_all_options() {
$options = [];
$options['options'] = json_decode('{"motiox_options_blog_sidebar":"right","motiox_options_project_settings":{"plural_name":"Projects","singular_name":"Project","slug":"projects","slug_cat":"project-cat","posts_per_page":"8","layout":"style-1"}}', true);
$options['elementor'] = json_decode('{"system_colors":[{"_id":"primary","title":"Primary","color":"#FD005A"},{"_id":"secondary","title":"Secondary","color":"#ffffff"},{"_id":"text","title":"Text","color":"#999999"},{"_id":"accent","title":"Accent","color":"#FB974B"},{"_id":"border","title":"Border","color":"#FFFFFF15"},{"_id":"lighter","title":"Lighter","color":"#888888"},{"_id":"dark","title":"Dark","color":"#000000"},{"_id":"highlight","title":"Highlight","color":"#F6425F"}],"custom_colors":[],"system_typography":[{"_id":"primary","title":"Primary","typography_typography":"custom","typography_font_family":"Goli","typography_font_weight":"600","typography_line_height":{"0":{"unit":"em","size":"0.025"},"unit":"em","size":0.025,"sizes":[]}},{"_id":"secondary","title":"Secondary(Heading)","typography_typography":"custom","typography_font_family":"Goli","typography_font_weight":"600"},{"_id":"text","title":"Text","typography_typography":"custom","typography_font_family":"Goli","typography_font_weight":"400"},{"_id":"accent","title":"Accent","typography_typography":"custom","typography_font_family":"Goli","typography_font_weight":"600"}],"custom_typography":[],"default_generic_fonts":"Sans-serif","site_name":"Motiox","site_description":"Video Production WordPress Theme","page_title_selector":"h1.entry-title","activeItemIndex":1,"active_breakpoints":["viewport_mobile","viewport_mobile_extra","viewport_tablet","viewport_tablet_extra","viewport_laptop"],"viewport_md":768,"viewport_lg":1025,"container_width":{"unit":"px","size":1530,"sizes":[]},"space_between_widgets":{"column":"20","row":"20","isLinked":true,"unit":"px","size":0,"sizes":[]},"body_background_background":"classic","body_background_color":"#222222","colors_enable_styleguide_preview":"yes","viewport_laptop":1440,"viewport_tablet":1024}', true);
return $options;
} // end get_all_options
}
return new Motiox_Merlin_Config();