| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/eglisebaa/www/wp-content/themes/hallelujah/plugins/trx_addons/ |
| Current File : /home/eglisebaa/www/wp-content/themes/hallelujah/plugins/trx_addons/trx_addons.php |
<?php
/* ThemeREX Addons support functions
------------------------------------------------------------------------------- */
// Add theme-specific functions
require_once HALLELUJAH_THEME_DIR . 'theme-specific/trx_addons-setup.php';
// Theme init priorities:
// 1 - register filters, that add/remove lists items for the Theme Options
if ( ! function_exists( 'hallelujah_trx_addons_theme_setup1' ) ) {
add_action( 'after_setup_theme', 'hallelujah_trx_addons_theme_setup1', 1 );
function hallelujah_trx_addons_theme_setup1() {
if ( hallelujah_exists_trx_addons() ) {
add_filter( 'hallelujah_filter_list_posts_types', 'hallelujah_trx_addons_list_post_types' );
add_filter( 'hallelujah_filter_list_header_footer_types', 'hallelujah_trx_addons_list_header_footer_types' );
add_filter( 'hallelujah_filter_list_header_styles', 'hallelujah_trx_addons_list_header_styles' );
add_filter( 'hallelujah_filter_list_footer_styles', 'hallelujah_trx_addons_list_footer_styles' );
add_filter( 'hallelujah_filter_list_sidebar_styles', 'hallelujah_trx_addons_list_sidebar_styles' );
add_filter( 'hallelujah_filter_list_blog_styles', 'hallelujah_trx_addons_list_blog_styles', 10, 2 );
add_action( 'wp', 'hallelujah_trx_addons_add_link_edit_layout' ); // Old way: 'hallelujah_action_load_options'
add_action( 'hallelujah_action_save_options', 'hallelujah_trx_addons_action_save_options', 1 );
add_action( 'hallelujah_action_before_body', 'hallelujah_trx_addons_action_before_body', 1);
add_filter( 'trx_addons_filter_default_layouts', 'hallelujah_trx_addons_default_layouts' );
add_filter( 'trx_addons_filter_load_options', 'hallelujah_trx_addons_default_components' );
add_filter( 'trx_addons_cpt_list_options', 'hallelujah_trx_addons_cpt_list_options', 10, 2 );
add_filter( 'trx_addons_filter_sass_import', 'hallelujah_trx_addons_sass_import', 10, 2 );
add_filter( 'trx_addons_filter_override_options', 'hallelujah_trx_addons_override_options' );
add_filter( 'trx_addons_filter_post_meta', 'hallelujah_trx_addons_post_meta', 10, 2 );
add_filter( 'trx_addons_filter_post_meta_args', 'hallelujah_trx_addons_post_meta_args', 10, 3);
add_filter( 'hallelujah_filter_post_meta_args', 'hallelujah_trx_addons_post_meta_args', 10, 3 );
add_filter( 'hallelujah_filter_list_meta_parts', 'hallelujah_trx_addons_list_meta_parts' );
add_filter( 'trx_addons_filter_get_list_meta_parts', 'hallelujah_trx_addons_get_list_meta_parts' );
add_action( 'hallelujah_action_show_post_meta', 'hallelujah_trx_addons_show_post_meta', 10, 3 );
add_filter( 'trx_addons_filter_is_theme_activated', 'hallelujah_trx_addons_is_theme_activated' );
}
}
}
// Theme init priorities:
// 9 - register other filters (for installer, etc.)
if ( ! function_exists( 'hallelujah_trx_addons_theme_setup9' ) ) {
add_action( 'after_setup_theme', 'hallelujah_trx_addons_theme_setup9', 9 );
function hallelujah_trx_addons_theme_setup9() {
if ( hallelujah_exists_trx_addons() ) {
add_filter( 'trx_addons_filter_add_thumb_sizes', 'hallelujah_trx_addons_add_thumb_sizes' );
add_filter( 'trx_addons_filter_get_thumb_size', 'hallelujah_trx_addons_get_thumb_size' );
add_filter( 'trx_addons_filter_featured_image', 'hallelujah_trx_addons_featured_image', 10, 2 );
add_filter( 'trx_addons_filter_no_image', 'hallelujah_trx_addons_no_image' );
add_filter( 'trx_addons_filter_sc_blogger_template', 'hallelujah_trx_addons_sc_blogger_template', 10, 2 );
add_filter( 'trx_addons_filter_get_list_icons_classes', 'hallelujah_trx_addons_get_list_icons_classes', 10, 2 );
add_filter( 'trx_addons_filter_clear_icon_name', 'hallelujah_trx_addons_clear_icon_name' );
add_filter( 'hallelujah_filter_query_sort_order', 'hallelujah_trx_addons_query_sort_order', 10, 3 );
add_filter( 'hallelujah_filter_post_content', 'hallelujah_trx_addons_filter_post_content' );
add_filter( 'hallelujah_filter_get_post_categories', 'hallelujah_trx_addons_get_post_categories' );
add_filter( 'hallelujah_filter_get_post_date', 'hallelujah_trx_addons_get_post_date' );
add_filter( 'trx_addons_filter_get_post_date', 'hallelujah_trx_addons_get_post_date_wrap' );
add_filter( 'hallelujah_filter_post_type_taxonomy', 'hallelujah_trx_addons_post_type_taxonomy', 10, 2 );
add_filter( 'hallelujah_filter_term_name', 'hallelujah_trx_addons_term_name', 10, 2 );
add_filter( 'trx_addons_filter_theme_logo', 'hallelujah_trx_addons_theme_logo' );
add_filter( 'trx_addons_filter_show_site_name_as_logo', 'hallelujah_trx_addons_show_site_name_as_logo' );
add_filter( 'trx_addons_filter_get_theme_info', 'hallelujah_trx_addons_get_theme_info', 9 );
add_filter( 'trx_addons_filter_get_theme_data', 'hallelujah_trx_addons_get_theme_data', 9, 2 );
add_filter( 'hallelujah_filter_sidebar_present', 'hallelujah_trx_addons_sidebar_present' );
add_filter( 'trx_addons_filter_get_theme_file_dir', 'hallelujah_trx_addons_get_theme_file_dir', 10, 3 );
add_filter( 'trx_addons_filter_get_theme_folder_dir', 'hallelujah_trx_addons_get_theme_folder_dir', 10, 3 );
add_filter( 'trx_addons_filter_privacy_text', 'hallelujah_trx_addons_privacy_text' );
add_filter( 'trx_addons_filter_privacy_url', 'hallelujah_trx_addons_privacy_url' );
add_action( 'hallelujah_action_show_layout', 'hallelujah_trx_addons_action_show_layout', 10, 2 );
add_filter( 'trx_addons_filter_get_theme_accent_color', 'hallelujah_trx_addons_get_theme_accent_color' );
if ( is_admin() ) {
add_filter( 'hallelujah_filter_allow_override_options', 'hallelujah_trx_addons_allow_override_options', 10, 2 );
add_filter( 'hallelujah_filter_allow_theme_icons', 'hallelujah_trx_addons_allow_theme_icons', 10, 2 );
add_filter( 'trx_addons_filter_export_options', 'hallelujah_trx_addons_export_options' );
add_filter( 'hallelujah_filter_options_get_list_choises', 'hallelujah_trx_addons_options_get_list_choises', 999, 2 );
} else {
add_filter( 'trx_addons_filter_inc_views', 'hallelujah_trx_addons_inc_views' );
add_filter( 'hallelujah_filter_related_thumb_size', 'hallelujah_trx_addons_related_thumb_size' );
add_filter( 'hallelujah_filter_show_related_posts', 'hallelujah_trx_addons_show_related_posts' );
add_filter( 'trx_addons_filter_show_related_posts_after_article', 'hallelujah_trx_addons_show_related_posts_after_article' );
add_filter( 'trx_addons_filter_args_related', 'hallelujah_trx_addons_args_related' );
add_filter( 'trx_addons_filter_seo_snippets', 'hallelujah_trx_addons_seo_snippets' );
add_action( 'trx_addons_action_article_start', 'hallelujah_trx_addons_article_start', 10, 1 );
add_filter( 'hallelujah_filter_get_mobile_menu', 'hallelujah_trx_addons_get_mobile_menu' );
add_filter( 'hallelujah_filter_detect_blog_mode', 'hallelujah_trx_addons_detect_blog_mode' );
add_filter( 'hallelujah_filter_get_blog_title', 'hallelujah_trx_addons_get_blog_title' );
add_action( 'hallelujah_action_login', 'hallelujah_trx_addons_action_login' );
add_action( 'hallelujah_action_cart', 'hallelujah_trx_addons_action_cart' );
add_action( 'hallelujah_action_breadcrumbs', 'hallelujah_trx_addons_action_breadcrumbs' );
add_filter( 'hallelujah_filter_get_translated_layout', 'hallelujah_trx_addons_filter_get_translated_layout', 10, 1 );
add_action( 'hallelujah_action_user_meta', 'hallelujah_trx_addons_action_user_meta' );
add_filter( 'trx_addons_filter_featured_image_override', 'hallelujah_trx_addons_featured_image_override' );
add_filter( 'trx_addons_filter_get_current_mode_image', 'hallelujah_trx_addons_get_current_mode_image' );
add_filter( 'hallelujah_filter_get_post_iframe', 'hallelujah_trx_addons_get_post_iframe', 10, 1 );
add_action( 'trx_addons_action_load_masonry_scripts', 'hallelujah_trx_addons_load_masonry_scripts' );
add_action( 'hallelujah_action_before_full_post_content', 'hallelujah_trx_addons_before_full_post_content' );
add_action( 'hallelujah_action_after_full_post_content', 'hallelujah_trx_addons_after_full_post_content' );
add_filter( 'trx_addons_filter_disable_animation_on_mobile', 'hallelujah_trx_addons_disable_animation_on_mobile' );
add_action( 'hallelujah_action_after_featured', 'hallelujah_trx_addons_action_sc_blogger_item_after_featured' );
}
}
// Add this filter any time: if plugin exists - load plugin's styles, if not exists - load layouts.css instead plugin's styles
add_action( 'wp_enqueue_scripts', 'hallelujah_trx_addons_layouts_styles' );
if ( hallelujah_exists_trx_addons() ) {
add_action( 'wp_enqueue_scripts', 'hallelujah_trx_addons_frontend_scripts', 1100 );
add_action( 'wp_enqueue_scripts', 'hallelujah_trx_addons_responsive_styles', 2000 );
add_filter( 'hallelujah_filter_merge_styles', 'hallelujah_trx_addons_merge_styles' );
add_filter( 'hallelujah_filter_merge_styles_responsive', 'hallelujah_trx_addons_merge_styles_responsive' );
add_filter( 'hallelujah_filter_merge_scripts', 'hallelujah_trx_addons_merge_scripts' );
add_filter( 'hallelujah_filter_prepare_css', 'hallelujah_trx_addons_prepare_css', 10, 2 );
add_filter( 'hallelujah_filter_prepare_js', 'hallelujah_trx_addons_prepare_js', 10, 2 );
add_filter( 'hallelujah_filter_localize_script', 'hallelujah_trx_addons_localize_script' );
}
if ( is_admin() ) {
add_filter( 'hallelujah_filter_tgmpa_required_plugins', 'hallelujah_trx_addons_tgmpa_required_plugins' );
add_filter( 'hallelujah_filter_tgmpa_required_plugins', 'hallelujah_trx_addons_tgmpa_required_plugins_all', 999 );
} else {
add_action( 'hallelujah_action_search', 'hallelujah_trx_addons_action_search', 10, 1 );
}
}
}
// Filter to add in the required plugins list
if ( ! function_exists( 'hallelujah_trx_addons_tgmpa_required_plugins' ) ) {
function hallelujah_trx_addons_tgmpa_required_plugins( $list = array() ) {
if ( hallelujah_storage_isset( 'required_plugins', 'trx_addons' ) && hallelujah_storage_get_array( 'required_plugins', 'trx_addons', 'install' ) !== false ) {
$path = hallelujah_get_plugin_source_path( 'plugins/trx_addons/trx_addons.zip' );
if ( ! empty( $path ) || hallelujah_get_theme_setting( 'tgmpa_upload' ) ) {
$list[] = array(
'name' => hallelujah_storage_get_array( 'required_plugins', 'trx_addons', 'title' ),
'slug' => 'trx_addons',
'version' => '2.35.99.71.66.12',
'source' => ! empty( $path ) ? $path : 'upload://trx_addons.zip',
'required' => true,
);
}
}
return $list;
}
}
// Check 'theme activated' status
if ( !function_exists( 'hallelujah_trx_addons_is_theme_activated' ) ) {
function hallelujah_trx_addons_is_theme_activated( $activated ) {
return $activated || ( defined( 'HALLELUJAH_THEME_IN_ENVATO_ELEMENTS' ) && HALLELUJAH_THEME_IN_ENVATO_ELEMENTS );
}
}
/* Add options in the Theme Options Customizer
------------------------------------------------------------------------------- */
if ( ! function_exists( 'hallelujah_trx_addons_cpt_list_options' ) ) {
function hallelujah_trx_addons_cpt_list_options( $options, $cpt ) {
if ( 'layouts' == $cpt && HALLELUJAH_THEME_FREE ) {
$options = array();
} elseif ( is_array( $options ) ) {
foreach ( $options as $k => $v ) {
// Store this option in the external (not theme's) storage
$options[ $k ]['options_storage'] = 'trx_addons_options';
// Hide this option from plugin's options (only for overriden options)
if ( in_array( $cpt, array( 'cars', 'cars_agents', 'certificates', 'courses', 'dishes', 'portfolio', 'properties', 'agents', 'resume', 'services', 'sport', 'team', 'testimonials' ) ) ) {
$options[ $k ]['hidden'] = true;
}
}
}
return $options;
}
}
// Return plugin's specific options for CPT
if ( ! function_exists( 'hallelujah_trx_addons_get_list_cpt_options' ) ) {
function hallelujah_trx_addons_get_list_cpt_options( $cpt ) {
$options = array();
if ( 'cars' == $cpt ) {
$options = array_merge(
trx_addons_cpt_cars_get_list_options(),
trx_addons_cpt_cars_agents_get_list_options()
);
} elseif ( 'certificates' == $cpt ) {
$options = trx_addons_cpt_certificates_get_list_options();
} elseif ( 'courses' == $cpt ) {
$options = trx_addons_cpt_courses_get_list_options();
} elseif ( 'dishes' == $cpt ) {
$options = trx_addons_cpt_dishes_get_list_options();
} elseif ( 'portfolio' == $cpt ) {
$options = trx_addons_cpt_portfolio_get_list_options();
} elseif ( 'resume' == $cpt ) {
$options = trx_addons_cpt_resume_get_list_options();
} elseif ( 'services' == $cpt ) {
$options = trx_addons_cpt_services_get_list_options();
} elseif ( 'properties' == $cpt ) {
$options = array_merge(
trx_addons_cpt_properties_get_list_options(),
trx_addons_cpt_agents_get_list_options()
);
} elseif ( 'sport' == $cpt ) {
$options = trx_addons_cpt_sport_get_list_options();
} elseif ( 'team' == $cpt ) {
$options = trx_addons_cpt_team_get_list_options();
} elseif ( 'testimonials' == $cpt ) {
$options = trx_addons_cpt_testimonials_get_list_options();
}
foreach ( $options as $k => $v ) {
// Disable refresh the preview area on change any plugin's option
$options[ $k ]['refresh'] = false;
// Remove parameter 'hidden'
if ( ! empty( $v['hidden'] ) ) {
unset( $options[ $k ]['hidden'] );
}
// Add description
if ( 'info' == $v['type'] ) {
$options[ $k ]['desc'] = wp_kses_data( __( 'In order to see changes made by settings of this section, click "Save" and refresh the page', 'hallelujah' ) );
}
}
return $options;
}
}
// Theme init priorities:
// 3 - add/remove Theme Options elements
if ( ! function_exists( 'hallelujah_trx_addons_setup3' ) ) {
add_action( 'after_setup_theme', 'hallelujah_trx_addons_setup3', 3 );
function hallelujah_trx_addons_setup3() {
// Section 'Cars' - settings to show 'Cars' blog archive and single posts
if ( hallelujah_exists_cars() ) {
hallelujah_storage_merge_array(
'options', '', array_merge(
array(
'cars' => array(
'title' => esc_html__( 'Cars', 'hallelujah' ),
'desc' => wp_kses_data( __( 'Select parameters to display the cars pages.', 'hallelujah' ) ),
'type' => 'section',
),
),
hallelujah_trx_addons_get_list_cpt_options( 'cars' ),
hallelujah_options_get_list_cpt_options( 'cars' ),
array(
'single_info_cars' => array(
'title' => esc_html__( 'Single car', 'hallelujah' ),
'desc' => '',
'type' => 'info',
),
'show_related_posts_cars' => array(
'title' => esc_html__( 'Show related posts', 'hallelujah' ),
'desc' => wp_kses_data( __( "Show section 'Related cars' on the single car page", 'hallelujah' ) ),
'std' => 1,
'type' => 'checkbox',
),
'related_posts_cars' => array(
'title' => esc_html__( 'Related cars', 'hallelujah' ),
'desc' => wp_kses_data( __( 'How many related cars should be displayed on the single car page?', 'hallelujah' ) ),
'dependency' => array(
'show_related_posts_cars' => array( 1 ),
),
'std' => 3,
'options' => hallelujah_get_list_range( 1, 9 ),
'type' => 'select',
),
'related_columns_cars' => array(
'title' => esc_html__( 'Related columns', 'hallelujah' ),
'desc' => wp_kses_data( __( 'How many columns should be used to output related cars on the single car page?', 'hallelujah' ) ),
'dependency' => array(
'show_related_posts_cars' => array( 1 ),
),
'std' => 3,
'options' => hallelujah_get_list_range( 1, 4 ),
'type' => 'select',
),
)
)
);
}
// Section 'Certificates'
if ( hallelujah_exists_certificates() ) {
hallelujah_storage_merge_array(
'options', '', array_merge(
array(
'certificates' => array(
'title' => esc_html__( 'Certificates', 'hallelujah' ),
'desc' => wp_kses_data( __( 'Select parameters to display "Certificates"', 'hallelujah' ) ),
'type' => 'section',
),
),
hallelujah_trx_addons_get_list_cpt_options( 'certificates' )
)
);
}
// Section 'Courses' - settings to show 'Courses' blog archive and single posts
if ( hallelujah_exists_courses() ) {
hallelujah_storage_merge_array(
'options', '', array_merge(
array(
'courses' => array(
'title' => esc_html__( 'Courses', 'hallelujah' ),
'desc' => wp_kses_data( __( 'Select parameters to display the courses pages', 'hallelujah' ) ),
'type' => 'section',
),
),
hallelujah_trx_addons_get_list_cpt_options( 'courses' ),
hallelujah_options_get_list_cpt_options( 'courses' ),
array(
'single_info_courses' => array(
'title' => esc_html__( 'Single course', 'hallelujah' ),
'desc' => '',
'type' => 'info',
),
'show_related_posts_courses' => array(
'title' => esc_html__( 'Show related posts', 'hallelujah' ),
'desc' => wp_kses_data( __( "Show section 'Related courses' on the single course page", 'hallelujah' ) ),
'std' => 1,
'type' => 'checkbox',
),
'related_posts_courses' => array(
'title' => esc_html__( 'Related courses', 'hallelujah' ),
'desc' => wp_kses_data( __( 'How many related courses should be displayed on the single course page?', 'hallelujah' ) ),
'dependency' => array(
'show_related_posts_courses' => array( 1 ),
),
'std' => 3,
'options' => hallelujah_get_list_range( 1, 9 ),
'type' => 'select',
),
'related_columns_courses' => array(
'title' => esc_html__( 'Related columns', 'hallelujah' ),
'desc' => wp_kses_data( __( 'How many columns should be used to output related courses on the single course page?', 'hallelujah' ) ),
'dependency' => array(
'show_related_posts_courses' => array( 1 ),
),
'std' => 3,
'options' => hallelujah_get_list_range( 1, 4 ),
'type' => 'select',
),
)
)
);
}
// Section 'Dishes' - settings to show 'Dishes' blog archive and single posts
if ( hallelujah_exists_dishes() ) {
hallelujah_storage_merge_array(
'options', '', array_merge(
array(
'dishes' => array(
'title' => esc_html__( 'Dishes', 'hallelujah' ),
'desc' => wp_kses_data( __( 'Select parameters to display the dishes pages', 'hallelujah' ) ),
'type' => 'section',
),
),
hallelujah_trx_addons_get_list_cpt_options( 'dishes' ),
hallelujah_options_get_list_cpt_options( 'dishes' ),
array(
'single_info_dishes' => array(
'title' => esc_html__( 'Single dish', 'hallelujah' ),
'desc' => '',
'type' => 'info',
),
'show_related_posts_dishes' => array(
'title' => esc_html__( 'Show related posts', 'hallelujah' ),
'desc' => wp_kses_data( __( "Show section 'Related dishes' on the single dish page", 'hallelujah' ) ),
'std' => 1,
'type' => 'checkbox',
),
'related_posts_dishes' => array(
'title' => esc_html__( 'Related dishes', 'hallelujah' ),
'desc' => wp_kses_data( __( 'How many related dishes should be displayed on the single dish page?', 'hallelujah' ) ),
'dependency' => array(
'show_related_posts_dishes' => array( 1 ),
),
'std' => 3,
'options' => hallelujah_get_list_range( 1, 9 ),
'type' => 'select',
),
'related_columns_dishes' => array(
'title' => esc_html__( 'Related columns', 'hallelujah' ),
'desc' => wp_kses_data( __( 'How many columns should be used to output related dishes on the single dish page?', 'hallelujah' ) ),
'dependency' => array(
'show_related_posts_dishes' => array( 1 ),
),
'std' => 3,
'options' => hallelujah_get_list_range( 1, 4 ),
'type' => 'select',
),
)
)
);
}
// Section 'Portfolio' - settings to show 'Portfolio' blog archive and single posts
if ( hallelujah_exists_portfolio() ) {
hallelujah_storage_merge_array(
'options', '', array_merge(
array(
'portfolio' => array(
'title' => esc_html__( 'Portfolio', 'hallelujah' ),
'desc' => wp_kses_data( __( 'Select parameters to display the portfolio pages', 'hallelujah' ) ),
'type' => 'section',
),
),
hallelujah_trx_addons_get_list_cpt_options( 'portfolio' ),
hallelujah_options_get_list_cpt_options( 'portfolio' ),
array(
'single_info_portfolio' => array(
'title' => esc_html__( 'Single portfolio item', 'hallelujah' ),
'desc' => '',
'type' => 'info',
),
'show_related_posts_portfolio' => array(
'title' => esc_html__( 'Show related posts', 'hallelujah' ),
'desc' => wp_kses_data( __( "Show section 'Related portfolio items' on the single portfolio page", 'hallelujah' ) ),
'std' => 1,
'type' => 'checkbox',
),
'related_posts_portfolio' => array(
'title' => esc_html__( 'Related portfolio items', 'hallelujah' ),
'desc' => wp_kses_data( __( 'How many related portfolio items should be displayed on the single portfolio page?', 'hallelujah' ) ),
'dependency' => array(
'show_related_posts_portfolio' => array( 1 ),
),
'std' => 3,
'options' => hallelujah_get_list_range( 1, 9 ),
'type' => 'select',
),
'related_columns_portfolio' => array(
'title' => esc_html__( 'Related columns', 'hallelujah' ),
'desc' => wp_kses_data( __( 'How many columns should be used to output related portfolio on the single portfolio page?', 'hallelujah' ) ),
'dependency' => array(
'show_related_posts_portfolio' => array( 1 ),
),
'std' => 3,
'options' => hallelujah_get_list_range( 1, 4 ),
'type' => 'select',
),
)
)
);
}
// Section 'Properties' - settings to show 'Properties' blog archive and single posts
if ( hallelujah_exists_properties() ) {
hallelujah_storage_merge_array(
'options', '', array_merge(
array(
'properties' => array(
'title' => esc_html__( 'Properties', 'hallelujah' ),
'desc' => wp_kses_data( __( 'Select parameters to display the properties pages', 'hallelujah' ) ),
'type' => 'section',
),
),
hallelujah_trx_addons_get_list_cpt_options( 'properties' ),
hallelujah_options_get_list_cpt_options( 'properties' ),
array(
'single_info_properties' => array(
'title' => esc_html__( 'Single property', 'hallelujah' ),
'desc' => '',
'type' => 'info',
),
'show_related_posts_properties' => array(
'title' => esc_html__( 'Show related posts', 'hallelujah' ),
'desc' => wp_kses_data( __( "Show section 'Related properties' on the single property page", 'hallelujah' ) ),
'std' => 1,
'type' => 'checkbox',
),
'related_posts_properties' => array(
'title' => esc_html__( 'Related properties', 'hallelujah' ),
'desc' => wp_kses_data( __( 'How many related properties should be displayed on the single property page?', 'hallelujah' ) ),
'dependency' => array(
'show_related_posts_properties' => array( 1 ),
),
'std' => 3,
'options' => hallelujah_get_list_range( 1, 9 ),
'type' => 'select',
),
'related_columns_properties' => array(
'title' => esc_html__( 'Related columns', 'hallelujah' ),
'desc' => wp_kses_data( __( 'How many columns should be used to output related properties on the single property page?', 'hallelujah' ) ),
'dependency' => array(
'show_related_posts_properties' => array( 1 ),
),
'std' => 3,
'options' => hallelujah_get_list_range( 1, 4 ),
'type' => 'select',
),
)
)
);
}
// Section 'Resume'
if ( hallelujah_exists_resume() ) {
hallelujah_storage_merge_array(
'options', '', array_merge(
array(
'resume' => array(
'title' => esc_html__( 'Resume', 'hallelujah' ),
'desc' => wp_kses_data( __( 'Select parameters to display "Resume"', 'hallelujah' ) ),
'type' => 'section',
),
),
hallelujah_trx_addons_get_list_cpt_options( 'resume' )
)
);
}
// Section 'Services' - settings to show 'Services' blog archive and single posts
if ( hallelujah_exists_services() ) {
hallelujah_storage_merge_array(
'options', '', array_merge(
array(
'services' => array(
'title' => esc_html__( 'Services', 'hallelujah' ),
'desc' => wp_kses_data( __( 'Select parameters to display the services pages', 'hallelujah' ) ),
'type' => 'section',
),
),
hallelujah_trx_addons_get_list_cpt_options( 'services' ),
hallelujah_options_get_list_cpt_options( 'services' ),
array(
'single_info_services' => array(
'title' => esc_html__( 'Single service item', 'hallelujah' ),
'desc' => '',
'type' => 'info',
),
'show_related_posts_services' => array(
'title' => esc_html__( 'Show related posts', 'hallelujah' ),
'desc' => wp_kses_data( __( "Show section 'Related services' on the single service page", 'hallelujah' ) ),
'std' => 0,
'type' => 'checkbox',
),
'related_posts_services' => array(
'title' => esc_html__( 'Related services', 'hallelujah' ),
'desc' => wp_kses_data( __( 'How many related services should be displayed on the single service page?', 'hallelujah' ) ),
'dependency' => array(
'show_related_posts_services' => array( 1 ),
),
'std' => 3,
'options' => hallelujah_get_list_range( 1, 9 ),
'type' => 'select',
),
'related_columns_services' => array(
'title' => esc_html__( 'Related columns', 'hallelujah' ),
'desc' => wp_kses_data( __( 'How many columns should be used to output related services on the single service page?', 'hallelujah' ) ),
'dependency' => array(
'show_related_posts_services' => array( 1 ),
),
'std' => 3,
'options' => hallelujah_get_list_range( 1, 4 ),
'type' => 'select',
),
)
)
);
}
// Section 'Sport' - settings to show 'Sport' blog archive and single posts
if ( hallelujah_exists_sport() ) {
hallelujah_storage_merge_array(
'options', '', array_merge(
array(
'sport' => array(
'title' => esc_html__( 'Sport', 'hallelujah' ),
'desc' => wp_kses_data( __( 'Select parameters to display the sport pages', 'hallelujah' ) ),
'type' => 'section',
),
),
hallelujah_trx_addons_get_list_cpt_options( 'sport' ),
hallelujah_options_get_list_cpt_options( 'sport' )
)
);
}
// Section 'Team' - settings to show 'Team' blog archive and single posts
if ( hallelujah_exists_team() ) {
hallelujah_storage_merge_array(
'options', '', array_merge(
array(
'team' => array(
'title' => esc_html__( 'Team', 'hallelujah' ),
'desc' => wp_kses_data( __( 'Select parameters to display the team members pages.', 'hallelujah' ) ),
'type' => 'section',
),
),
hallelujah_trx_addons_get_list_cpt_options( 'team' ),
hallelujah_options_get_list_cpt_options( 'team' ),
array(
'single_info_team' => array(
'title' => esc_html__( 'Team member single page', 'hallelujah' ),
'desc' => '',
'type' => 'info',
),
'show_related_posts_team' => array(
'title' => esc_html__( 'Show related posts', 'hallelujah' ),
'desc' => wp_kses_data( __( "Show section 'Team members posts' on the team members single page", 'hallelujah' ) ),
'std' => 0,
'type' => 'checkbox',
),
'related_posts_team' => array(
'title' => esc_html__( 'Related team', 'hallelujah' ),
'desc' => wp_kses_data( __( 'How many posts should be displayed on the single team members page?', 'hallelujah' ) ),
'dependency' => array(
'show_related_posts_team' => array( 1 ),
),
'std' => 3,
'options' => hallelujah_get_list_range( 1, 9 ),
'type' => 'select',
),
'related_columns_team' => array(
'title' => esc_html__( 'Related columns', 'hallelujah' ),
'desc' => wp_kses_data( __( 'How many columns should be used to output posts on the single team members page?', 'hallelujah' ) ),
'dependency' => array(
'show_related_posts_team' => array( 1 ),
),
'std' => 3,
'options' => hallelujah_get_list_range( 1, 4 ),
'type' => 'select',
),
)
)
);
}
// Section 'Testimonials'
if ( hallelujah_exists_testimonials() ) {
hallelujah_storage_merge_array(
'options', '', array_merge(
array(
'testimonials' => array(
'title' => esc_html__( 'Testimonials', 'hallelujah' ),
'desc' => wp_kses_data( __( 'Select parameters to display "Testimonials"', 'hallelujah' ) ),
'type' => 'section',
),
),
hallelujah_trx_addons_get_list_cpt_options( 'testimonials' )
)
);
}
}
}
// Add 'layout edit' link to the 'description' in the 'header_style' and 'footer_style' parameters
if ( ! function_exists( 'hallelujah_trx_addons_add_link_edit_layout' ) ) {
//Old way: Handler of the add_action( 'hallelujah_action_load_options', 'hallelujah_trx_addons_add_link_edit_layout');
//New way: Handler of the add_action( 'wp', 'hallelujah_trx_addons_add_link_edit_layout');
function hallelujah_trx_addons_add_link_edit_layout() {
static $added = false;
if ( $added ) {
return;
}
$added = true;
$options = hallelujah_storage_get( 'options' );
foreach ( $options as $k => $v ) {
if ( ! isset( $v['std'] ) ) {
continue;
}
$k1 = substr( $k, 0, 12 );
if ( 'header_style' == $k1 || 'footer_style' == $k1 ) {
$layout = hallelujah_get_theme_option( $k );
if ( hallelujah_is_inherit( $layout ) ) {
$layout = hallelujah_get_theme_option( $k1 );
}
if ( ! empty( $layout ) ) {
$layout = explode( '-', $layout );
$layout = $layout[ count( $layout ) - 1 ];
if ( (int) $layout > 0 ) {
hallelujah_storage_set_array2(
'options', $k, 'desc', $v['desc']
. '<br>'
. sprintf(
'<a href="%1$s" class="hallelujah_post_editor' . ( intval( $layout ) == 0 ? ' hallelujah_hidden' : '' ) . '" target="_blank">%2$s</a>',
admin_url( apply_filters( 'hallelujah_filter_post_edit_link', sprintf( 'post.php?post=%d&action=edit', $layout ), $layout ) ),
__( 'Open selected layout in a new tab to edit', 'hallelujah' )
)
);
}
}
}
}
}
}
// Setup internal plugin's parameters
if ( ! function_exists( 'hallelujah_trx_addons_init_settings' ) ) {
add_filter( 'trx_addons_init_settings', 'hallelujah_trx_addons_init_settings' );
function hallelujah_trx_addons_init_settings( $settings ) {
$settings['socials_type'] = hallelujah_get_theme_setting( 'socials_type' );
$settings['icons_type'] = hallelujah_get_theme_setting( 'icons_type' );
$settings['icons_selector'] = hallelujah_get_theme_setting( 'icons_selector' );
$settings['gutenberg_safe_mode'] = hallelujah_get_theme_setting( 'gutenberg_safe_mode' );
$settings['gutenberg_add_context'] = hallelujah_get_theme_setting( 'gutenberg_add_context' );
$settings['modify_gutenberg_blocks'] = hallelujah_get_theme_setting( 'modify_gutenberg_blocks' );
$settings['allow_gutenberg_blocks'] = hallelujah_get_theme_setting( 'allow_gutenberg_blocks' );
$settings['subtitle_above_title'] = hallelujah_get_theme_setting( 'subtitle_above_title' );
$settings['add_hide_on_xxx'] = hallelujah_get_theme_setting( 'add_hide_on_xxx' );
return $settings;
}
}
// Return theme-specific data by var name
if ( ! function_exists( 'hallelujah_trx_addons_get_theme_data' ) ) {
function hallelujah_trx_addons_get_theme_data( $data, $name ) {
if ( hallelujah_storage_isset( $name ) ) {
$data = hallelujah_storage_get( $name );
}
return $data;
}
}
// Return theme-specific data to the Dashboard Widget and Theme Panel
// Attention:
// 1) To show the item in the Dashboard Widget you need specify 'link' and 'link_text'
// 2) To show the item in the Theme Dashboard you need specify 'link', 'image', 'icon' (optional), 'title', 'description' and 'button'
if ( ! function_exists( 'hallelujah_trx_addons_get_theme_info' ) ) {
function hallelujah_trx_addons_get_theme_info( $theme_info ) {
$theme_info['theme_activated'] = (int) get_option( 'hallelujah_theme_activated' );
$theme_info['theme_pro_key'] = hallelujah_storage_get( 'theme_pro_key' );
$theme_info['theme_plugins'] = hallelujah_storage_get( 'theme_plugins' );
$theme_info['theme_categories'] = explode( ',', hallelujah_storage_get( 'theme_categories' ) );
$theme_info['theme_actions'] = array(
'demo' => array(
'link' => hallelujah_storage_get( 'theme_demo_url' ),
'link_text' => esc_html__( 'Demo', 'hallelujah' ), // If not empty - action visible in "Dashboard widget"
),
'doc' => array(
'link' => hallelujah_storage_get( 'theme_doc_url' ),
'link_text' => esc_html__( 'Docs', 'hallelujah' ),
'image' => hallelujah_get_file_url( 'theme-specific/theme-about/images/theme-panel-doc.png' ),
'title' => esc_html__( 'Documentation', 'hallelujah' ),
'description' => esc_html__( "Having any questions regarding theme features or installation? Find out how to use and set up your theme in the documentation.", 'hallelujah' ),
'button' => esc_html__( 'Read Documentation', 'hallelujah' ), // If not empty - action visible in "Theme Panel"
),
'support' => array(
'link' => hallelujah_storage_get( 'theme_support_url' ),
'link_text' => esc_html__( 'Support', 'hallelujah' ),
'image' => hallelujah_get_file_url( 'theme-specific/theme-about/images/theme-panel-support.png' ),
'title' => esc_html__( 'Support', 'hallelujah' ),
'description' => esc_html__( "Are you stuck and need help? Don't worry, you can always submit a support ticket, and our team will help you out.", 'hallelujah' ),
'button' => esc_html__( 'Read Policy & Submit Ticket', 'hallelujah' ),
),
'options' => array(
'link' => admin_url() . 'customize.php',
'image' => hallelujah_get_file_url( 'theme-specific/theme-about/images/theme-panel-options.png' ),
'title' => esc_html__( 'Theme Options', 'hallelujah' ),
'description' => esc_html__( "That's where you can customize the appearance of your theme and disable/enable specific theme features.", 'hallelujah' ),
'button' => esc_html__( 'Go to Customizer', 'hallelujah' ),
),
);
if ( HALLELUJAH_THEME_FREE ) {
$theme_info['theme_name'] .= ' ' . esc_html__( 'Free', 'hallelujah' );
$theme_info['theme_free'] = true;
$theme_info['theme_actions']['pro'] = array(
'link' => hallelujah_storage_get( 'theme_download_url' ),
'link_text' => esc_html__( 'Go PRO', 'hallelujah' ),
'image' => hallelujah_get_file_url( 'theme-specific/theme-about/images/theme-panel-pro.png' ),
'title' => esc_html__( 'Go Pro', 'hallelujah' ),
'description' => esc_html__( 'Get Pro version to increase power of this theme in many times!', 'hallelujah' ),
'button' => esc_html__( 'Get PRO Version', 'hallelujah' ),
);
} else if ( hallelujah_is_theme_activated() ) {
$theme_info['theme_actions']['custom'] = array(
'link' => hallelujah_storage_get( 'theme_custom_url' ),
'link_text' => esc_html__( 'Pro Custom', 'hallelujah' ),
'image' => hallelujah_get_file_url( 'theme-specific/theme-about/images/theme-panel-custom.png' ),
'title' => esc_html__( 'Website Customization', 'hallelujah' ),
'description' => esc_html__( 'You can order professional website customization. Experienced web studio will do it for you at a reasonable fee.', 'hallelujah' ),
'button' => esc_html__( 'Order Now', 'hallelujah' ),
);
}
return $theme_info;
}
}
if ( ! function_exists( 'hallelujah_trx_addons_tgmpa_required_plugins_all' ) ) {
function hallelujah_trx_addons_tgmpa_required_plugins_all( $list = array() ) {
$theme_plugins = array();
if ( is_array( $list ) ) {
foreach( $list as $item ) {
$theme_plugins[ $item['slug'] ] = hallelujah_storage_isset( 'required_plugins', $item['slug'] )
? hallelujah_storage_get_array( 'required_plugins', $item['slug'] )
: array(
'title' => $item['name'],
'description' => '',
'required' => false,
);
}
}
hallelujah_storage_set( 'theme_plugins', apply_filters( 'hallelujah_filter_theme_plugins', $theme_plugins ) );
return $list;
}
}
// Hide sidebar on the news feed pages
if ( ! function_exists( 'hallelujah_trx_addons_sidebar_present' ) ) {
function hallelujah_trx_addons_sidebar_present( $present ) {
return get_post_type() != 'trx_feed' && $present;
}
}
// Return text for the "I agree ..." checkbox
if ( ! function_exists( 'hallelujah_trx_addons_privacy_text' ) ) {
function hallelujah_trx_addons_privacy_text( $text='' ) {
return hallelujah_get_privacy_text();
}
}
// Return URI of the theme author's Privacy Policy page
if ( ! function_exists( 'hallelujah_trx_addons_privacy_url' ) ) {
function hallelujah_trx_addons_privacy_url( $url='' ) {
$new = hallelujah_storage_get('theme_privacy_url');
if ( ! empty( $new ) ) {
$url = $new;
}
return $url;
}
}
/* Plugin's support utilities
------------------------------------------------------------------------------- */
// Check if plugin installed and activated
if ( ! function_exists( 'hallelujah_exists_trx_addons' ) ) {
function hallelujah_exists_trx_addons() {
return defined( 'TRX_ADDONS_VERSION' );
}
}
// Return true if cars is supported
if ( ! function_exists( 'hallelujah_exists_cars' ) ) {
function hallelujah_exists_cars() {
return defined( 'TRX_ADDONS_CPT_CARS_PT' );
}
}
// Return true if certificates is supported
if ( ! function_exists( 'hallelujah_exists_certificates' ) ) {
function hallelujah_exists_certificates() {
return defined( 'TRX_ADDONS_CPT_CERTIFICATES_PT' );
}
}
// Return true if courses is supported
if ( ! function_exists( 'hallelujah_exists_courses' ) ) {
function hallelujah_exists_courses() {
return defined( 'TRX_ADDONS_CPT_COURSES_PT' );
}
}
// Return true if dishes is supported
if ( ! function_exists( 'hallelujah_exists_dishes' ) ) {
function hallelujah_exists_dishes() {
return defined( 'TRX_ADDONS_CPT_DISHES_PT' );
}
}
// Return true if layouts is supported
if ( ! function_exists( 'hallelujah_exists_layouts' ) ) {
function hallelujah_exists_layouts() {
return defined( 'TRX_ADDONS_CPT_LAYOUTS_PT' );
}
}
// Return true if portfolio is supported
if ( ! function_exists( 'hallelujah_exists_portfolio' ) ) {
function hallelujah_exists_portfolio() {
return defined( 'TRX_ADDONS_CPT_PORTFOLIO_PT' );
}
}
// Return true if properties is supported
if ( ! function_exists( 'hallelujah_exists_properties' ) ) {
function hallelujah_exists_properties() {
return defined( 'TRX_ADDONS_CPT_PROPERTIES_PT' );
}
}
// Return true if resume is supported
if ( ! function_exists( 'hallelujah_exists_resume' ) ) {
function hallelujah_exists_resume() {
return defined( 'TRX_ADDONS_CPT_RESUME_PT' );
}
}
// Return true if services is supported
if ( ! function_exists( 'hallelujah_exists_services' ) ) {
function hallelujah_exists_services() {
return defined( 'TRX_ADDONS_CPT_SERVICES_PT' );
}
}
// Return true if sport is supported
if ( ! function_exists( 'hallelujah_exists_sport' ) ) {
function hallelujah_exists_sport() {
return defined( 'TRX_ADDONS_CPT_COMPETITIONS_PT' );
}
}
// Return true if team is supported
if ( ! function_exists( 'hallelujah_exists_team' ) ) {
function hallelujah_exists_team() {
return defined( 'TRX_ADDONS_CPT_TEAM_PT' );
}
}
// Return true if testimonials is supported
if ( ! function_exists( 'hallelujah_exists_testimonials' ) ) {
function hallelujah_exists_testimonials() {
return defined( 'TRX_ADDONS_CPT_TESTIMONIALS_PT' );
}
}
// Return true if rating (reviews) is supported
if ( ! function_exists( 'hallelujah_exists_reviews' ) ) {
function hallelujah_exists_reviews() {
return function_exists( 'trx_addons_reviews_enable' ) && trx_addons_reviews_enable();
}
}
// Return true if it's cars page
if ( ! function_exists( 'hallelujah_is_cars_page' ) ) {
function hallelujah_is_cars_page() {
return function_exists( 'trx_addons_is_cars_page' ) && trx_addons_is_cars_page();
}
}
// Return true if it's car's agents page
if ( ! function_exists( 'hallelujah_is_cars_agents_page' ) ) {
function hallelujah_is_cars_agents_page() {
return function_exists( 'trx_addons_is_cars_agents_page' ) && trx_addons_is_cars_agents_page();
}
}
// Return true if it's courses page
if ( ! function_exists( 'hallelujah_is_courses_page' ) ) {
function hallelujah_is_courses_page() {
return function_exists( 'trx_addons_is_courses_page' ) && trx_addons_is_courses_page();
}
}
// Return true if it's dishes page
if ( ! function_exists( 'hallelujah_is_dishes_page' ) ) {
function hallelujah_is_dishes_page() {
return function_exists( 'trx_addons_is_dishes_page' ) && trx_addons_is_dishes_page();
}
}
// Return true if it's properties page
if ( ! function_exists( 'hallelujah_is_properties_page' ) ) {
function hallelujah_is_properties_page() {
return function_exists( 'trx_addons_is_properties_page' ) && trx_addons_is_properties_page();
}
}
// Return true if it's properties page
if ( ! function_exists( 'hallelujah_is_properties_agents_page' ) ) {
function hallelujah_is_properties_agents_page() {
return function_exists( 'trx_addons_is_agents_page' ) && trx_addons_is_agents_page();
}
}
// Return true if it's portfolio page
if ( ! function_exists( 'hallelujah_is_portfolio_page' ) ) {
function hallelujah_is_portfolio_page() {
return function_exists( 'trx_addons_is_portfolio_page' ) && trx_addons_is_portfolio_page();
}
}
// Return true if it's services page
if ( ! function_exists( 'hallelujah_is_services_page' ) ) {
function hallelujah_is_services_page() {
return function_exists( 'trx_addons_is_services_page' ) && trx_addons_is_services_page();
}
}
// Return true if it's team page
if ( ! function_exists( 'hallelujah_is_team_page' ) ) {
function hallelujah_is_team_page() {
return function_exists( 'trx_addons_is_team_page' ) && trx_addons_is_team_page();
}
}
// Return true if it's sport page
if ( ! function_exists( 'hallelujah_is_sport_page' ) ) {
function hallelujah_is_sport_page() {
return function_exists( 'trx_addons_is_sport_page' ) && trx_addons_is_sport_page();
}
}
// Return true if custom layouts are available
if ( ! function_exists( 'hallelujah_is_layouts_available' ) ) {
function hallelujah_is_layouts_available() {
$required_plugins = hallelujah_storage_get( 'required_plugins' );
return hallelujah_exists_trx_addons()
&& (
(
! empty( $required_plugins['elementor'] )
&& ( ! isset( $required_plugins['elementor']['install'] )
|| $required_plugins['elementor']['install']
)
&& function_exists( 'hallelujah_exists_elementor' )
&& hallelujah_exists_elementor()
)
||
(
! empty( $required_plugins['js_composer'] )
&& ( ! isset( $required_plugins['js_composer']['install'] )
|| $required_plugins['js_composer']['install']
)
&& function_exists( 'hallelujah_exists_vc' )
&& hallelujah_exists_vc()
)
||
(
( empty( $required_plugins['elementor'] )
|| ( isset( $required_plugins['elementor']['install'] )
&& false == $required_plugins['elementor']['install']
)
)
&& ( empty( $required_plugins['js_composer'] )
|| ( isset( $required_plugins['js_composer']['install'] )
&& false == $required_plugins['js_composer']['install']
)
)
&& function_exists( 'hallelujah_exists_gutenberg' )
&& hallelujah_exists_gutenberg()
)
);
}
}
// Return true if theme is activated in the Theme Panel
if ( ! function_exists( 'hallelujah_is_theme_activated' ) ) {
function hallelujah_is_theme_activated() {
return function_exists( 'trx_addons_is_theme_activated' ) && trx_addons_is_theme_activated();
}
}
// Return theme activation code
if ( ! function_exists( 'hallelujah_get_theme_activation_code' ) ) {
function hallelujah_get_theme_activation_code() {
return function_exists( 'trx_addons_get_theme_activation_code' ) ? trx_addons_get_theme_activation_code() : '';
}
}
// Detect current blog mode
if ( ! function_exists( 'hallelujah_trx_addons_detect_blog_mode' ) ) {
function hallelujah_trx_addons_detect_blog_mode( $mode = '' ) {
if ( hallelujah_is_cars_page() ) {
$mode = 'cars';
} elseif ( hallelujah_is_courses_page() ) {
$mode = 'courses';
} elseif ( hallelujah_is_dishes_page() ) {
$mode = 'dishes';
} elseif ( hallelujah_is_properties_page() ) {
$mode = 'properties';
} elseif ( hallelujah_is_portfolio_page() ) {
$mode = 'portfolio';
} elseif ( hallelujah_is_services_page() ) {
$mode = 'services';
} elseif ( hallelujah_is_sport_page() ) {
$mode = 'sport';
} elseif ( hallelujah_is_team_page() ) {
$mode = 'team';
}
return $mode;
}
}
// Disallow increment views counter on the blog archive
if ( ! function_exists( 'hallelujah_trx_addons_inc_views' ) ) {
function hallelujah_trx_addons_inc_views( $allow = false ) {
return $allow && is_page() && hallelujah_storage_isset( 'blog_archive' ) ? false : $allow;
}
}
// Add team, courses, etc. to the supported posts list
if ( ! function_exists( 'hallelujah_trx_addons_list_post_types' ) ) {
function hallelujah_trx_addons_list_post_types( $list = array() ) {
if ( function_exists( 'trx_addons_get_cpt_list' ) ) {
$cpt_list = trx_addons_get_cpt_list();
foreach ( $cpt_list as $cpt => $title ) {
if (
( defined( 'TRX_ADDONS_CPT_CARS_PT' ) && TRX_ADDONS_CPT_CARS_PT == $cpt )
|| ( defined( 'TRX_ADDONS_CPT_COURSES_PT' ) && TRX_ADDONS_CPT_COURSES_PT == $cpt )
|| ( defined( 'TRX_ADDONS_CPT_DISHES_PT' ) && TRX_ADDONS_CPT_DISHES_PT == $cpt )
|| ( defined( 'TRX_ADDONS_CPT_PORTFOLIO_PT' ) && TRX_ADDONS_CPT_PORTFOLIO_PT == $cpt )
|| ( defined( 'TRX_ADDONS_CPT_PROPERTIES_PT' ) && TRX_ADDONS_CPT_PROPERTIES_PT == $cpt )
|| ( defined( 'TRX_ADDONS_CPT_SERVICES_PT' ) && TRX_ADDONS_CPT_SERVICES_PT == $cpt )
|| ( defined( 'TRX_ADDONS_CPT_COMPETITIONS_PT' ) && TRX_ADDONS_CPT_COMPETITIONS_PT == $cpt )
|| ( defined( 'TRX_ADDONS_CPT_TEAM_PT' ) && TRX_ADDONS_CPT_TEAM_PT == $cpt )
) {
$list[ $cpt ] = $title;
}
}
}
return $list;
}
}
// Return taxonomy for current post type
if ( ! function_exists( 'hallelujah_trx_addons_post_type_taxonomy' ) ) {
function hallelujah_trx_addons_post_type_taxonomy( $tax = '', $post_type = '' ) {
if ( defined( 'TRX_ADDONS_CPT_CARS_PT' ) && TRX_ADDONS_CPT_CARS_PT == $post_type ) {
$tax = TRX_ADDONS_CPT_CARS_TAXONOMY_MAKER;
} elseif ( defined( 'TRX_ADDONS_CPT_COURSES_PT' ) && TRX_ADDONS_CPT_COURSES_PT == $post_type ) {
$tax = TRX_ADDONS_CPT_COURSES_TAXONOMY;
} elseif ( defined( 'TRX_ADDONS_CPT_DISHES_PT' ) && TRX_ADDONS_CPT_DISHES_PT == $post_type ) {
$tax = TRX_ADDONS_CPT_DISHES_TAXONOMY;
} elseif ( defined( 'TRX_ADDONS_CPT_PORTFOLIO_PT' ) && TRX_ADDONS_CPT_PORTFOLIO_PT == $post_type ) {
$tax = TRX_ADDONS_CPT_PORTFOLIO_TAXONOMY;
} elseif ( defined( 'TRX_ADDONS_CPT_PROPERTIES_PT' ) && TRX_ADDONS_CPT_PROPERTIES_PT == $post_type ) {
$tax = TRX_ADDONS_CPT_PROPERTIES_TAXONOMY_TYPE;
} elseif ( defined( 'TRX_ADDONS_CPT_SERVICES_PT' ) && TRX_ADDONS_CPT_SERVICES_PT == $post_type ) {
$tax = TRX_ADDONS_CPT_SERVICES_TAXONOMY;
} elseif ( defined( 'TRX_ADDONS_CPT_COMPETITIONS_PT' ) && TRX_ADDONS_CPT_COMPETITIONS_PT == $post_type ) {
$tax = TRX_ADDONS_CPT_COMPETITIONS_TAXONOMY;
} elseif ( defined( 'TRX_ADDONS_CPT_TEAM_PT' ) && TRX_ADDONS_CPT_TEAM_PT == $post_type ) {
$tax = TRX_ADDONS_CPT_TEAM_TAXONOMY;
}
return $tax;
}
}
// Show categories of the team, courses, etc.
if ( ! function_exists( 'hallelujah_trx_addons_get_post_categories' ) ) {
function hallelujah_trx_addons_get_post_categories( $cats = '' ) {
if ( defined( 'TRX_ADDONS_CPT_CARS_PT' ) ) {
if ( get_post_type() == TRX_ADDONS_CPT_CARS_PT ) {
$cats = hallelujah_get_post_terms( ', ', get_the_ID(), TRX_ADDONS_CPT_CARS_TAXONOMY_TYPE );
}
}
if ( defined( 'TRX_ADDONS_CPT_COURSES_PT' ) ) {
if ( get_post_type() == TRX_ADDONS_CPT_COURSES_PT ) {
$cats = hallelujah_get_post_terms( ', ', get_the_ID(), TRX_ADDONS_CPT_COURSES_TAXONOMY );
}
}
if ( defined( 'TRX_ADDONS_CPT_DISHES_PT' ) ) {
if ( get_post_type() == TRX_ADDONS_CPT_DISHES_PT ) {
$cats = hallelujah_get_post_terms( ', ', get_the_ID(), TRX_ADDONS_CPT_DISHES_TAXONOMY );
}
}
if ( defined( 'TRX_ADDONS_CPT_PORTFOLIO_PT' ) ) {
if ( get_post_type() == TRX_ADDONS_CPT_PORTFOLIO_PT ) {
$cats = hallelujah_get_post_terms( ', ', get_the_ID(), TRX_ADDONS_CPT_PORTFOLIO_TAXONOMY );
}
}
if ( defined( 'TRX_ADDONS_CPT_PROPERTIES_PT' ) ) {
if ( get_post_type() == TRX_ADDONS_CPT_PROPERTIES_PT ) {
$cats = hallelujah_get_post_terms( ', ', get_the_ID(), TRX_ADDONS_CPT_PROPERTIES_TAXONOMY_TYPE );
}
}
if ( defined( 'TRX_ADDONS_CPT_SERVICES_PT' ) ) {
if ( get_post_type() == TRX_ADDONS_CPT_SERVICES_PT ) {
$cats = hallelujah_get_post_terms( ', ', get_the_ID(), TRX_ADDONS_CPT_SERVICES_TAXONOMY );
}
}
if ( defined( 'TRX_ADDONS_CPT_COMPETITIONS_PT' ) ) {
if ( get_post_type() == TRX_ADDONS_CPT_COMPETITIONS_PT ) {
$cats = hallelujah_get_post_terms( ', ', get_the_ID(), TRX_ADDONS_CPT_COMPETITIONS_TAXONOMY );
}
}
if ( defined( 'TRX_ADDONS_CPT_TEAM_PT' ) ) {
if ( get_post_type() == TRX_ADDONS_CPT_TEAM_PT ) {
$cats = hallelujah_get_post_terms( ', ', get_the_ID(), TRX_ADDONS_CPT_TEAM_TAXONOMY );
}
}
return $cats;
}
}
// Show post's date with the theme-specific format
if ( ! function_exists( 'hallelujah_trx_addons_get_post_date_wrap' ) ) {
function hallelujah_trx_addons_get_post_date_wrap( $dt = '' ) {
return apply_filters( 'hallelujah_filter_get_post_date', $dt );
}
}
// Show date of the courses
if ( ! function_exists( 'hallelujah_trx_addons_get_post_date' ) ) {
function hallelujah_trx_addons_get_post_date( $dt = '' ) {
if ( defined( 'TRX_ADDONS_CPT_COURSES_PT' ) && get_post_type() == TRX_ADDONS_CPT_COURSES_PT ) {
$meta = get_post_meta( get_the_ID(), 'trx_addons_options', true );
$dt = $meta['date'];
$dt = sprintf(
// Translators: Add formatted date to the output
$dt < date( 'Y-m-d' ) ? esc_html__( 'Started on %s', 'hallelujah' ) : esc_html__( 'Starting %s', 'hallelujah' ),
date_i18n( get_option( 'date_format' ), strtotime( $dt ) )
);
} elseif ( defined( 'TRX_ADDONS_CPT_COMPETITIONS_PT' ) && in_array( get_post_type(), array( TRX_ADDONS_CPT_COMPETITIONS_PT, TRX_ADDONS_CPT_ROUNDS_PT, TRX_ADDONS_CPT_MATCHES_PT ) ) ) {
$meta = get_post_meta( get_the_ID(), 'trx_addons_options', true );
$dt = $meta['date_start'];
$dt = sprintf(
// Translators: Add formatted date to the output
$dt < date( 'Y-m-d' ) . ( ! empty( $meta['time_start'] ) ? ' H:i' : '' ) ? esc_html__( 'Started on %s', 'hallelujah' ) : esc_html__( 'Starting %s', 'hallelujah' ),
date_i18n( get_option( 'date_format' ) . ( ! empty( $meta['time_start'] ) ? ' ' . get_option( 'time_format' ) : '' ), strtotime( $dt . ( ! empty( $meta['time_start'] ) ? ' ' . trim( $meta['time_start'] ) : '' ) ) )
);
} elseif ( defined( 'TRX_ADDONS_CPT_COMPETITIONS_PT' ) && get_post_type() == TRX_ADDONS_CPT_PLAYERS_PT ) {
// Uncomment (remove) next line if you want to show player's birthday in the page title block
if ( false ) {
$meta = get_post_meta( get_the_ID(), 'trx_addons_options', true );
// Translators: Add formatted date to the output
$dt = ! empty( $meta['birthday'] ) ? sprintf( esc_html__( 'Birthday: %s', 'hallelujah' ), date_i18n( get_option( 'date_format' ), strtotime( $meta['birthday'] ) ) ) : '';
} else {
$dt = '';
}
}
return $dt;
}
}
// Parse layouts in the content
if ( ! function_exists( 'hallelujah_trx_addons_filter_post_content' ) ) {
function hallelujah_trx_addons_filter_post_content( $content ) {
return apply_filters( 'trx_addons_filter_sc_layout_content', $content );
}
}
// Check if override options is allowed
if ( ! function_exists( 'hallelujah_trx_addons_allow_override_options' ) ) {
function hallelujah_trx_addons_allow_override_options( $allow, $post_type ) {
return $allow
|| ( function_exists( 'trx_addons_extended_taxonomy_get_supported_post_types' ) && in_array( $post_type, trx_addons_extended_taxonomy_get_supported_post_types() ) )
|| ( defined( 'TRX_ADDONS_CPT_CARS_PT' ) && in_array(
$post_type, array(
TRX_ADDONS_CPT_CARS_PT,
TRX_ADDONS_CPT_CARS_AGENTS_PT,
)
) )
|| ( defined( 'TRX_ADDONS_CPT_COURSES_PT' ) && TRX_ADDONS_CPT_COURSES_PT == $post_type )
|| ( defined( 'TRX_ADDONS_CPT_DISHES_PT' ) && TRX_ADDONS_CPT_DISHES_PT == $post_type )
|| ( defined( 'TRX_ADDONS_CPT_PORTFOLIO_PT' ) && TRX_ADDONS_CPT_PORTFOLIO_PT == $post_type )
|| ( defined( 'TRX_ADDONS_CPT_PROPERTIES_PT' ) && in_array(
$post_type, array(
TRX_ADDONS_CPT_PROPERTIES_PT,
TRX_ADDONS_CPT_AGENTS_PT,
)
) )
|| ( defined( 'TRX_ADDONS_CPT_RESUME_PT' ) && TRX_ADDONS_CPT_RESUME_PT == $post_type )
|| ( defined( 'TRX_ADDONS_CPT_SERVICES_PT' ) && TRX_ADDONS_CPT_SERVICES_PT == $post_type )
|| ( defined( 'TRX_ADDONS_CPT_COMPETITIONS_PT' ) && in_array(
$post_type, array(
TRX_ADDONS_CPT_COMPETITIONS_PT,
TRX_ADDONS_CPT_ROUNDS_PT,
TRX_ADDONS_CPT_MATCHES_PT,
)
) )
|| ( defined( 'TRX_ADDONS_CPT_TEAM_PT' ) && TRX_ADDONS_CPT_TEAM_PT == $post_type );
}
}
// Check if theme icons is allowed
if ( ! function_exists( 'hallelujah_trx_addons_allow_theme_icons' ) ) {
function hallelujah_trx_addons_allow_theme_icons( $allow, $post_type ) {
$screen = function_exists( 'get_current_screen' ) ? get_current_screen() : false;
return $allow
|| ( defined( 'TRX_ADDONS_CPT_LAYOUTS_PT' ) && TRX_ADDONS_CPT_LAYOUTS_PT == $post_type )
|| ( ! empty( $screen->id )
&& ( false !== strpos($screen->id, '_page_trx_addons_options')
|| in_array( $screen->id, array(
'profile',
'widgets',
)
)
)
);
}
}
// Disable theme-specific fields in the exported options
if ( ! function_exists( 'hallelujah_trx_addons_export_options' ) ) {
function hallelujah_trx_addons_export_options( $options ) {
// ThemeREX Addons
if ( ! empty( $options['trx_addons_options'] ) ) {
$options['trx_addons_options']['debug_mode'] = 0;
$options['trx_addons_options']['api_google'] = '';
$options['trx_addons_options']['api_google_analitics'] = '';
$options['trx_addons_options']['api_google_remarketing'] = '';
$options['trx_addons_options']['api_yandex'] = '';
$options['trx_addons_options']['demo_enable'] = 0;
$options['trx_addons_options']['demo_referer'] = '';
$options['trx_addons_options']['demo_default_url'] = '';
$options['trx_addons_options']['demo_logo'] = '';
$options['trx_addons_options']['demo_post_type'] = '';
$options['trx_addons_options']['demo_taxonomy'] = '';
$options['trx_addons_options']['demo_logo'] = '';
$options['trx_addons_options']['demo_logo'] = '';
unset( $options['trx_addons_options']['themes_market_referals'] );
}
// ThemeREX Donations
if ( ! empty( $options['trx_donations_options'] ) ) {
$options['trx_donations_options']['pp_account'] = '';
}
return $options;
}
}
// Set related posts and columns for the plugin's output
if ( ! function_exists( 'hallelujah_trx_addons_args_related' ) ) {
function hallelujah_trx_addons_args_related( $args ) {
if ( ! empty( $args['template_args_name'] )
&& in_array(
$args['template_args_name'],
array(
'trx_addons_args_sc_cars',
'trx_addons_args_sc_courses',
'trx_addons_args_sc_dishes',
'trx_addons_args_sc_portfolio',
'trx_addons_args_sc_properties',
'trx_addons_args_sc_services',
'trx_addons_args_sc_team',
)
) ) {
$args['posts_per_page'] = (int) hallelujah_get_theme_option( 'show_related_posts' )
? hallelujah_get_theme_option( 'related_posts' )
: 0;
$args['columns'] = hallelujah_get_theme_option( 'related_columns' );
$args['slider'] = (int) hallelujah_get_theme_option( 'related_slider' );
$args['slides_space'] = hallelujah_get_theme_option( 'related_slider_space' );
$args['slider_controls'] = hallelujah_get_theme_option( 'related_slider_controls' );
$args['slider_pagination'] = hallelujah_get_theme_option( 'related_slider_pagination' );
}
return $args;
}
}
// Redirect filter to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_show_related_posts' ) ) {
function hallelujah_trx_addons_show_related_posts( $show ) {
return apply_filters( 'trx_addons_filter_show_related_posts', $show );
}
}
// Return false if related posts must be showed below page
if ( ! function_exists( 'hallelujah_trx_addons_show_related_posts_after_article' ) ) {
function hallelujah_trx_addons_show_related_posts_after_article( $show ) {
return $show && hallelujah_get_theme_option( 'related_position' ) == 'below_content';
}
}
// Add 'custom' to the headers types list
if ( ! function_exists( 'hallelujah_trx_addons_list_header_footer_types' ) ) {
function hallelujah_trx_addons_list_header_footer_types( $list = array() ) {
if ( hallelujah_exists_layouts() ) {
$list['custom'] = esc_html__( 'Custom', 'hallelujah' );
}
return $list;
}
}
// Add layouts to the headers list
if ( ! function_exists( 'hallelujah_trx_addons_list_header_styles' ) ) {
function hallelujah_trx_addons_list_header_styles( $list = array() ) {
if ( hallelujah_exists_layouts() ) {
$layouts = hallelujah_get_list_posts(
false, array(
'post_type' => TRX_ADDONS_CPT_LAYOUTS_PT,
'meta_key' => 'trx_addons_layout_type',
'meta_value' => 'header',
'orderby' => 'ID',
'order' => 'asc',
'not_selected' => false,
)
);
$new_list = array();
foreach ( $layouts as $id => $title ) {
if ( 'none' != $id ) {
$new_list[ 'header-custom-' . intval( $id ) ] = $title;
}
}
$list = hallelujah_array_merge( $new_list, $list );
}
return $list;
}
}
// Add layouts to the footers list
if ( ! function_exists( 'hallelujah_trx_addons_list_footer_styles' ) ) {
function hallelujah_trx_addons_list_footer_styles( $list = array() ) {
if ( hallelujah_exists_layouts() ) {
$layouts = hallelujah_get_list_posts(
false, array(
'post_type' => TRX_ADDONS_CPT_LAYOUTS_PT,
'meta_key' => 'trx_addons_layout_type',
'meta_value' => 'footer',
'orderby' => 'ID',
'order' => 'asc',
'not_selected' => false,
)
);
$new_list = array();
foreach ( $layouts as $id => $title ) {
if ( 'none' != $id ) {
$new_list[ 'footer-custom-' . intval( $id ) ] = $title;
}
}
$list = hallelujah_array_merge( $new_list, $list );
}
return $list;
}
}
// Add layouts to the sidebars list
if ( ! function_exists( 'hallelujah_trx_addons_list_sidebar_styles' ) ) {
function hallelujah_trx_addons_list_sidebar_styles( $list = array() ) {
if ( hallelujah_exists_layouts() ) {
$layouts = hallelujah_get_list_posts(
false, array(
'post_type' => TRX_ADDONS_CPT_LAYOUTS_PT,
'meta_key' => 'trx_addons_layout_type',
'meta_value' => 'sidebar',
'orderby' => 'ID',
'order' => 'asc',
'not_selected' => false,
)
);
$new_list = array();
foreach ( $layouts as $id => $title ) {
if ( 'none' != $id ) {
$new_list[ 'sidebar-custom-' . intval( $id ) ] = $title;
}
}
$list = hallelujah_array_merge( $new_list, $list );
}
return $list;
}
}
// Add layouts to the blog styles list
if ( ! function_exists( 'hallelujah_trx_addons_list_blog_styles' ) ) {
function hallelujah_trx_addons_list_blog_styles( $list, $filter ) {
static $new_list = array();
if ( hallelujah_exists_layouts() ) {
if ( empty( $new_list[ $filter ] ) ) {
$new_list[ $filter ] = array();
$custom_blog_use_id = false; // Use post ID or sanitized post title as part XXX of the layout key 'blog-custom-XXX_columns'
$layouts = hallelujah_get_list_posts(
false, array(
'post_type' => TRX_ADDONS_CPT_LAYOUTS_PT,
'meta_key' => 'trx_addons_layout_type',
'meta_value' => 'blog',
'orderby' => 'title',
'order' => 'asc',
'not_selected' => false,
)
);
foreach ( $layouts as $id => $title ) {
if ( $filter == 'arh' ) {
$from = 1;
$to = 1;
$meta = get_post_meta( $id, 'trx_addons_options', true );
if ( ! empty( $meta['columns_allowed'] ) ) {
$parts = explode( ',', $meta['columns_allowed'] );
if ( count($parts) == 1) {
$to = min( 6, max( $from, (int) $parts[0] ) );
} else {
$from = min( 6, max( 1, (int) $parts[0] ) );
$to = min( 6, max( $from, (int) $parts[1] ) );
}
}
for ( $i = $from; $i <= $to; $i++ ) {
$new_list[ $filter ][ 'blog-custom-'
. ( $custom_blog_use_id ? (int) $id : sanitize_title( $title ) )
. ( $from < $to ? "_{$i}" : '')
] = $from < $to
? sprintf( ' ' . _n( '%1$s /%2$d column/', '%1$s /%2$d columns/', $i, 'hallelujah'), $title, $i )
: $title;
}
} else {
$new_list[ $filter ][ 'blog-custom-'
. ( $custom_blog_use_id ? (int) $id : sanitize_title( $title ) )
] = $title;
}
}
}
if ( ! empty( $new_list[ $filter ] ) && count( $new_list[ $filter ] ) > 0 ) {
$list = hallelujah_array_merge( $list, $new_list[ $filter ] );
}
}
return $list;
}
}
// Return id of the custom header or footer for current mode
if ( ! function_exists( 'hallelujah_get_custom_layout_id' ) ) {
function hallelujah_get_custom_layout_id( $type, $layout_style = '' ) {
$layout_id = 0;
if ( empty( $layout_style ) ) {
$layout_style = hallelujah_get_theme_option( "{$type}_style" );
}
if ( strpos( $layout_style, "{$type}-custom-" ) !== false ) {
$layout_id = str_replace( "{$type}-custom-", '', $layout_style );
if ( strpos( $layout_id, '_' ) !== false ) {
$parts = explode( '_', $layout_id );
$layout_id = $parts[0];
}
if ( 0 == (int) $layout_id ) {
$layout_id = hallelujah_get_post_id(
array(
'name' => $layout_id,
'post_type' => defined( 'TRX_ADDONS_CPT_LAYOUTS_PT' ) ? TRX_ADDONS_CPT_LAYOUTS_PT : 'cpt_layouts',
)
);
} else {
$layout_id = apply_filters( 'hallelujah_filter_get_translated_layout', $layout_id );
}
}
return $layout_id;
}
}
if ( ! function_exists( 'hallelujah_get_custom_header_id' ) ) {
function hallelujah_get_custom_header_id() {
static $layout_id = -1;
if ( -1 == $layout_id && hallelujah_get_theme_option( 'header_type' ) == 'custom' ) {
$layout_id = hallelujah_get_custom_layout_id( 'header' );
}
return $layout_id;
}
}
if ( ! function_exists( 'hallelujah_get_custom_footer_id' ) ) {
function hallelujah_get_custom_footer_id() {
static $layout_id = -1;
if ( -1 == $layout_id && hallelujah_get_theme_option( 'footer_type' ) == 'custom' ) {
$layout_id = hallelujah_get_custom_layout_id( 'footer' );
}
return $layout_id;
}
}
if ( ! function_exists( 'hallelujah_get_custom_sidebar_id' ) ) {
function hallelujah_get_custom_sidebar_id() {
static $layout_id = -1;
if ( -1 == $layout_id && hallelujah_get_theme_option( 'sidebar_type' ) == 'custom' ) {
$layout_id = hallelujah_get_custom_layout_id( 'sidebar' );
}
return $layout_id;
}
}
if ( ! function_exists( 'hallelujah_get_custom_blog_id' ) ) {
function hallelujah_get_custom_blog_id( $style ) {
static $layout_id = array();
if ( empty( $layout_id[ $style ] ) ) {
$layout_id[ $style ] = hallelujah_get_custom_layout_id( 'blog', $style );
}
return $layout_id[ $style ];
}
}
// Return meta data from custom layout
if ( ! function_exists( 'hallelujah_get_custom_layout_meta' ) ) {
function hallelujah_get_custom_layout_meta( $id ) {
static $meta = array();
if ( empty( $meta[ $id ] ) ) {
$meta[ $id ] = get_post_meta( $id, 'trx_addons_options', true );
}
return $meta[ $id ];
}
}
// Add theme-specific layouts to the list
if ( ! function_exists( 'hallelujah_trx_addons_default_layouts' ) ) {
function hallelujah_trx_addons_default_layouts( $default_layouts = array() ) {
if ( hallelujah_storage_isset( 'trx_addons_default_layouts' ) ) {
$layouts = hallelujah_storage_get( 'trx_addons_default_layouts' );
} else {
include_once hallelujah_get_file_dir( 'theme-specific/trx_addons-layouts.php' );
if ( ! isset( $layouts ) || ! is_array( $layouts ) ) {
$layouts = array();
} else {
// Replace demo-site urls with current site url
$old_url = hallelujah_storage_get( 'theme_demo_url' );
if ( substr( $old_url, -1 ) == '/' ) {
$old_url = substr( $old_url, 0, strlen( $old_url ) - 1 );
}
$site_url = get_home_url();
if ( substr( $site_url, -1 ) == '/' ) {
$site_url = substr( $site_url, 0, strlen( $site_url ) - 1 );
}
$layouts = hallelujah_str_replace(
array(
$old_url,
hallelujah_remove_protocol_from_url( $old_url, false ),
hallelujah_remove_protocol_from_url( $old_url, true ),
),
array(
$site_url,
hallelujah_remove_protocol_from_url( $site_url, false ),
hallelujah_remove_protocol_from_url( $site_url, true ),
),
$layouts
);
}
hallelujah_storage_set( 'trx_addons_default_layouts', $layouts );
}
if ( count( $layouts ) > 0 ) {
$default_layouts = array_merge( $default_layouts, $layouts );
}
return $default_layouts;
}
}
// Add theme-specific components to the plugin's options
if ( ! function_exists( 'hallelujah_trx_addons_default_components' ) ) {
function hallelujah_trx_addons_default_components( $options = array() ) {
if ( empty( $options['components_present'] ) ) {
if ( hallelujah_storage_isset( 'trx_addons_default_components' ) ) {
$components = hallelujah_storage_get( 'trx_addons_default_components' );
} else {
include_once hallelujah_get_file_dir( 'theme-specific/trx_addons-components.php' );
if ( ! isset( $components ) || ! is_array( $components ) ) {
$components = array();
}
hallelujah_storage_set( 'trx_addons_default_components', $components );
}
$options = is_array( $options ) && count( $components ) > 0
? array_merge( $options, $components )
: $components;
}
// Turn on API of the theme required plugins
$plugins = hallelujah_storage_get( 'required_plugins' );
foreach ( $plugins as $p => $v ) {
//Disable check, because some components can be added after the plugin's options are saved
if ( true || isset( $options[ "components_api_{$p}" ] ) ) {
$options[ "components_api_{$p}" ] = 1;
}
}
return $options;
}
}
// Add theme-specific options to the post's options
if ( ! function_exists( 'hallelujah_trx_addons_override_options' ) ) {
function hallelujah_trx_addons_override_options( $options = array() ) {
return apply_filters( 'hallelujah_filter_override_options', $options );
}
}
// Enqueue custom styles
if ( ! function_exists( 'hallelujah_trx_addons_layouts_styles' ) ) {
function hallelujah_trx_addons_layouts_styles() {
if ( ! hallelujah_exists_trx_addons() ) {
$hallelujah_url = hallelujah_get_file_url( 'plugins/trx_addons/layouts/layouts.css' );
if ( '' != $hallelujah_url ) {
wp_enqueue_style( 'hallelujah-trx-addons-layouts', $hallelujah_url, array(), null );
}
$hallelujah_url = hallelujah_get_file_url( 'plugins/trx_addons/layouts/layouts.responsive.css' );
if ( '' != $hallelujah_url ) {
wp_enqueue_style( 'hallelujah-trx-addons-layouts-responsive', $hallelujah_url, array(), null );
}
}
}
}
// Enqueue styles for frontend
if ( ! function_exists( 'hallelujah_trx_addons_frontend_scripts' ) ) {
function hallelujah_trx_addons_frontend_scripts() {
if ( hallelujah_is_on( hallelujah_get_theme_option( 'debug_mode' ) ) ) {
$hallelujah_url = hallelujah_get_file_url( 'plugins/trx_addons/trx_addons.css' );
if ( '' != $hallelujah_url ) {
wp_enqueue_style( 'hallelujah-trx-addons', $hallelujah_url, array(), null );
}
$hallelujah_url = hallelujah_get_file_url( 'plugins/trx_addons/trx_addons.js' );
if ( '' != $hallelujah_url ) {
wp_enqueue_script( 'hallelujah-trx-addons', $hallelujah_url, array( 'jquery' ), null, true );
}
}
}
}
// Enqueue responsive styles for frontend
if ( ! function_exists( 'hallelujah_trx_addons_responsive_styles' ) ) {
function hallelujah_trx_addons_responsive_styles() {
if ( hallelujah_is_on( hallelujah_get_theme_option( 'debug_mode' ) ) ) {
$hallelujah_url = hallelujah_get_file_url( 'plugins/trx_addons/trx_addons-responsive.css' );
if ( '' != $hallelujah_url ) {
wp_enqueue_style( 'hallelujah-trx-addons-responsive', $hallelujah_url, array(), null );
}
}
}
}
// Merge custom styles
if ( ! function_exists( 'hallelujah_trx_addons_merge_styles' ) ) {
function hallelujah_trx_addons_merge_styles( $list ) {
$list[] = 'plugins/trx_addons/trx_addons.css';
return $list;
}
}
// Merge responsive styles
if ( ! function_exists( 'hallelujah_trx_addons_merge_styles_responsive' ) ) {
function hallelujah_trx_addons_merge_styles_responsive( $list ) {
$list[] = 'plugins/trx_addons/trx_addons-responsive.css';
return $list;
}
}
// Add theme-specific vars to the list of responsive files of ThemeREX Addons
if ( ! function_exists( 'hallelujah_trx_addons_sass_import' ) ) {
function hallelujah_trx_addons_sass_import( $output = '', $file = '' ) {
if ( strpos( $file, 'vars.scss' ) !== false ) {
$output .= "\n" . hallelujah_fgc( hallelujah_get_file_dir( 'css/_theme-vars.scss' ) ) . "\n";
}
return $output;
}
}
// Merge custom scripts
if ( ! function_exists( 'hallelujah_trx_addons_merge_scripts' ) ) {
function hallelujah_trx_addons_merge_scripts( $list ) {
$list[] = 'plugins/trx_addons/trx_addons.js';
return $list;
}
}
// Plugin API - theme-specific wrappers for plugin functions
//------------------------------------------------------------------------
// Debug functions wrappers
if ( ! function_exists( 'ddo' ) ) {
function ddo( $obj, $level = -1 ) {
return var_dump( $obj ); }
}
if ( ! function_exists( 'dcl' ) ) {
function dcl( $msg, $level = -1 ) {
echo '<br><pre>' . esc_html( $msg ) . '</pre><br>'; }
}
if ( ! function_exists( 'dco' ) ) {
function dco( $obj, $level = -1 ) {
dcl( ddo( $obj, $level ), $level ); }
}
if ( ! function_exists( 'dcs' ) ) {
function dcs( $level = -1 ) {
$s = debug_backtrace();
array_shift( $s );
dco( $s, $level ); }
}
// Check if layouts components are showed or set new state
if ( ! function_exists( 'hallelujah_sc_layouts_showed' ) ) {
function hallelujah_sc_layouts_showed( $name, $val = null ) {
if ( function_exists( 'trx_addons_sc_layouts_showed' ) ) {
if ( null !== $val ) {
trx_addons_sc_layouts_showed( $name, $val );
} else {
return trx_addons_sc_layouts_showed( $name );
}
} else {
if ( null !== $val ) {
hallelujah_storage_set_array( 'sc_layouts_components', $name, $val );
} else {
return hallelujah_storage_get_array( 'sc_layouts_components', $name );
}
}
}
}
// Return image size multiplier
if ( ! function_exists( 'hallelujah_get_retina_multiplier' ) ) {
function hallelujah_get_retina_multiplier( $force_retina = 0 ) {
$mult = function_exists( 'trx_addons_get_retina_multiplier' ) ? trx_addons_get_retina_multiplier( $force_retina ) : max( 1, $force_retina );
return max( 1, $mult );
}
}
// Return slider layout
if ( ! function_exists( 'hallelujah_get_slider_layout' ) ) {
function hallelujah_get_slider_layout( $args ) {
return function_exists( 'trx_addons_get_slider_layout' )
? trx_addons_get_slider_layout( $args )
: '';
}
}
// Return slider wrapper first part
if ( ! function_exists( 'hallelujah_get_slider_wrap_start' ) ) {
function hallelujah_get_slider_wrap_start( $sc, $args ) {
if ( function_exists( 'trx_addons_sc_show_slider_wrap_start' ) ) {
trx_addons_sc_show_slider_wrap_start( $sc, $args );
}
}
}
// Return slider wrapper last part
if ( ! function_exists( 'hallelujah_get_slider_wrap_end' ) ) {
function hallelujah_get_slider_wrap_end( $sc, $args ) {
if ( function_exists( 'trx_addons_sc_show_slider_wrap_end' ) ) {
trx_addons_sc_show_slider_wrap_end( $sc, $args );
}
}
}
// Return video player layout
if ( ! function_exists( 'hallelujah_get_video_layout' ) ) {
function hallelujah_get_video_layout( $args ) {
return function_exists( 'trx_addons_get_video_layout' )
? trx_addons_get_video_layout( $args )
: '';
}
}
// Include theme-specific blog style content
if ( ! function_exists( 'hallelujah_trx_addons_sc_blogger_template' ) ) {
function hallelujah_trx_addons_sc_blogger_template( $result, $args ) {
if ( ! $result ) {
$tpl = hallelujah_blog_item_get_template( $args['type'] );
if ( '' != $tpl ) {
$tpl = hallelujah_get_file_dir( $tpl . '.php' );
if ( '' != $tpl ) {
set_query_var( 'hallelujah_template_args', $args );
include $tpl;
set_query_var( 'hallelujah_template_args', false );
$result = true;
}
}
}
return $result;
}
}
// Return theme specific layout of the featured image block
if ( ! function_exists( 'hallelujah_trx_addons_featured_image' ) ) {
function hallelujah_trx_addons_featured_image( $processed = false, $args = array() ) {
$args['hover'] = isset( $args['hover'] ) && '' == $args['hover']
? ''
: ( isset( $args['hover'] ) && '!' == $args['hover'][0]
? substr( $args['hover'], 1 )
: hallelujah_get_theme_option( 'image_hover' )
);
hallelujah_show_post_featured( $args );
return true;
}
}
// Remove some thumb-sizes from the ThemeREX Addons list
if ( ! function_exists( 'hallelujah_trx_addons_add_thumb_sizes' ) ) {
function hallelujah_trx_addons_add_thumb_sizes( $list = array() ) {
if ( is_array( $list ) ) {
$thumb_sizes = hallelujah_storage_get( 'theme_thumbs' );
foreach ( $thumb_sizes as $v ) {
if ( ! empty( $v['subst'] ) && isset( $list[ $v['subst'] ] ) ) {
unset( $list[ $v['subst'] ] );
}
}
}
return $list;
}
}
// and replace removed styles with theme-specific thumb size
if ( ! function_exists( 'hallelujah_trx_addons_get_thumb_size' ) ) {
function hallelujah_trx_addons_get_thumb_size( $thumb_size = '' ) {
$thumb_sizes = hallelujah_storage_get( 'theme_thumbs' );
foreach ( $thumb_sizes as $k => $v ) {
if ( strpos( $thumb_size, $v['subst'] ) !== false ) {
$thumb_size = str_replace( $thumb_size, $v['subst'], $k );
break;
}
}
return $thumb_size;
}
}
// Return theme specific 'no-image' picture
if ( ! function_exists( 'hallelujah_trx_addons_no_image' ) ) {
function hallelujah_trx_addons_no_image( $no_image = '' ) {
return hallelujah_get_no_image( $no_image );
}
}
// Return theme-specific icons
if ( ! function_exists( 'hallelujah_trx_addons_get_list_icons_classes' ) ) {
function hallelujah_trx_addons_get_list_icons_classes( $list, $prepend_inherit ) {
return hallelujah_get_list_icons_classes( $prepend_inherit );
}
}
// Remove 'icon-' from the name
if ( ! function_exists( 'hallelujah_trx_addons_clear_icon_name' ) ) {
function hallelujah_trx_addons_clear_icon_name( $icon ) {
return substr( $icon, 0, 5 ) == 'icon-' ? substr( $icon, 5 ) : $icon;
}
}
// Return theme-specific accent color
if ( ! function_exists( 'hallelujah_trx_addons_get_theme_accent_color' ) ) {
function hallelujah_trx_addons_get_theme_accent_color( $color ) {
return hallelujah_get_scheme_color( 'text_link' );
}
}
// Return links to the social profiles
if ( ! function_exists( 'hallelujah_get_socials_links' ) ) {
function hallelujah_get_socials_links( $style = 'icons' ) {
return function_exists( 'trx_addons_get_socials_links' )
? trx_addons_get_socials_links( $style )
: '';
}
}
// Return links to share post
if ( ! function_exists( 'hallelujah_get_share_links' ) ) {
function hallelujah_get_share_links( $args = array() ) {
return function_exists( 'trx_addons_get_share_links' )
? trx_addons_get_share_links( $args )
: '';
}
}
// Display links to share post
if ( ! function_exists( 'hallelujah_show_share_links' ) ) {
function hallelujah_show_share_links( $args = array() ) {
if ( function_exists( 'trx_addons_get_share_links' ) ) {
$args['echo'] = true;
trx_addons_get_share_links( $args );
}
}
}
// Return post icon
if ( ! function_exists( 'hallelujah_get_post_icon' ) ) {
function hallelujah_get_post_icon( $post_id = 0 ) {
return function_exists( 'trx_addons_get_post_icon' )
? trx_addons_get_post_icon( $post_id )
: '';
}
}
// Return image from the term
if ( ! function_exists( 'hallelujah_get_term_image' ) ) {
function hallelujah_get_term_image( $term_id = 0 ) {
return function_exists( 'trx_addons_get_term_image' )
? trx_addons_get_term_image( $term_id )
: '';
}
}
// Return small image from the term
if ( ! function_exists( 'hallelujah_get_term_image_small' ) ) {
function hallelujah_get_term_image_small( $term_id = 0 ) {
return function_exists( 'trx_addons_get_term_image_small' )
? trx_addons_get_term_image_small( $term_id )
: '';
}
}
// Enable/Disable animation effects on mobile devices
if ( ! function_exists( 'hallelujah_trx_addons_disable_animation_on_mobile' ) ) {
function hallelujah_trx_addons_disable_animation_on_mobile( $disable ) {
return hallelujah_get_theme_option( 'disable_animation_on_mobile' ) == 1;
}
}
// Return list with animation effects
if ( ! function_exists( 'hallelujah_get_list_animations_in' ) ) {
function hallelujah_get_list_animations_in() {
return function_exists( 'trx_addons_get_list_animations_in' )
? trx_addons_get_list_animations_in()
: array();
}
}
// Return classes list for the specified animation
if ( ! function_exists( 'hallelujah_get_animation_classes' ) ) {
function hallelujah_get_animation_classes( $animation, $speed = 'normal', $loop = 'none' ) {
return function_exists( 'trx_addons_get_animation_classes' )
? trx_addons_get_animation_classes( $animation, $speed, $loop )
: '';
}
}
// Return parameter data-animation for the posts archive
if (!function_exists('hallelujah_add_blog_animation')) {
function hallelujah_add_blog_animation($args=array()) {
$animation = '';
if ( !empty($args['animation'])) {
$animation = $args['animation'];
} else {
$animation = hallelujah_get_theme_option( 'blog_animation' );
}
if ( ! hallelujah_is_off( $animation ) && empty( $args['slider'] ) ) {
$animation_classes = hallelujah_get_animation_classes( $animation );
if ( ! empty( $animation_classes ) ) {
echo ' data-animation="' . esc_attr( $animation_classes ) . '"';
}
}
}
}
// Return string with the likes counter for the specified comment
if ( ! function_exists( 'hallelujah_get_comment_counters' ) ) {
function hallelujah_get_comment_counters( $counters = 'likes' ) {
return function_exists( 'trx_addons_get_comment_counters' )
? trx_addons_get_comment_counters( $counters )
: '';
}
}
// Display likes counter for the specified comment
if ( ! function_exists( 'hallelujah_show_comment_counters' ) ) {
function hallelujah_show_comment_counters( $counters = 'likes' ) {
if ( function_exists( 'trx_addons_get_comment_counters' ) ) {
trx_addons_get_comment_counters( $counters, true );
}
}
}
// Add query params to sort posts by views or likes
if ( ! function_exists( 'hallelujah_trx_addons_query_sort_order' ) ) {
function hallelujah_trx_addons_query_sort_order( $q = array(), $orderby = 'date', $order = 'desc' ) {
if ( 'views' == $orderby ) {
$q['orderby'] = 'meta_value_num';
$q['meta_key'] = 'trx_addons_post_views_count';
} elseif ( 'likes' == $orderby ) {
$q['orderby'] = 'meta_value_num';
$q['meta_key'] = 'trx_addons_post_likes_count';
}
return $q;
}
}
// Return theme-specific logo to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_theme_logo' ) ) {
function hallelujah_trx_addons_theme_logo( $logo ) {
return hallelujah_get_logo_image();
}
}
// Return true, if theme allow use site name as logo
if ( ! function_exists( 'hallelujah_trx_addons_show_site_name_as_logo' ) ) {
function hallelujah_trx_addons_show_site_name_as_logo( $allow = true ) {
return $allow && hallelujah_is_on( hallelujah_get_theme_option( 'logo_text' ) );
}
}
// Redirect action to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_show_post_meta' ) ) {
function hallelujah_trx_addons_show_post_meta( $meta, $post_id, $args=array() ) {
do_action( 'trx_addons_action_show_post_meta', $meta, $post_id, $args );
}
}
// Return theme-specific post meta to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_post_meta' ) ) {
function hallelujah_trx_addons_post_meta( $meta, $args = array() ) {
return hallelujah_show_post_meta( apply_filters( 'hallelujah_filter_post_meta_args', $args, 'trx_addons', 1 ) );
}
}
// Return theme-specific post meta args
if ( ! function_exists( 'hallelujah_trx_addons_post_meta_args' ) ) {
function hallelujah_trx_addons_post_meta_args( $args = array(), $from = '', $columns = 1 ) {
$theme_specific = ! isset( $args['theme_specific'] ) || $args['theme_specific'];
if ( ( is_singular() && 'trx_addons' == $from && $theme_specific ) || empty( $args ) ) {
$args['components'] = hallelujah_array_get_keys_by_value( hallelujah_get_theme_option( 'meta_parts' ) );
$args['seo'] = hallelujah_is_on( hallelujah_get_theme_option( 'seo_snippets' ) );
}
return $args;
}
}
// Add Rating to the meta parts list
if ( ! function_exists( 'hallelujah_trx_addons_list_meta_parts' ) ) {
function hallelujah_trx_addons_list_meta_parts( $list ) {
if ( hallelujah_exists_reviews() ) {
$list['rating'] = esc_html__( 'Rating', 'hallelujah' );
}
return $list;
}
}
// Return list of the meta parts
if ( ! function_exists( 'hallelujah_trx_addons_get_list_meta_parts' ) ) {
function hallelujah_trx_addons_get_list_meta_parts( $list ) {
return hallelujah_get_list_meta_parts();
}
}
// Check if featured image override is allowed
if ( ! function_exists( 'hallelujah_trx_addons_featured_image_override' ) ) {
function hallelujah_trx_addons_featured_image_override( $flag = false ) {
if ( $flag ) {
$flag = hallelujah_is_on( hallelujah_get_theme_option( 'header_image_override' ) )
&& apply_filters( 'hallelujah_filter_allow_override_header_image', true );
}
return $flag;
}
}
// Return featured image for current mode (post/page/category/blog template ...)
if ( ! function_exists( 'hallelujah_trx_addons_get_current_mode_image' ) ) {
function hallelujah_trx_addons_get_current_mode_image( $img = '' ) {
return hallelujah_get_current_mode_image( $img );
}
}
// Load masonry scripts
if ( ! function_exists( 'hallelujah_trx_addons_load_masonry_scripts' ) ) {
function hallelujah_trx_addons_load_masonry_scripts() {
hallelujah_load_masonry_scripts();
}
}
// Return featured image size for related posts
if ( ! function_exists( 'hallelujah_trx_addons_related_thumb_size' ) ) {
function hallelujah_trx_addons_related_thumb_size( $size = '' ) {
if ( defined( 'TRX_ADDONS_CPT_CERTIFICATES_PT' ) && get_post_type() == TRX_ADDONS_CPT_CERTIFICATES_PT ) {
$size = hallelujah_get_thumb_size( 'masonry-big' );
}
return $size;
}
}
// Redirect action 'get_mobile_menu' to the plugin
// Return stored items as mobile menu
if ( ! function_exists( 'hallelujah_trx_addons_get_mobile_menu' ) ) {
function hallelujah_trx_addons_get_mobile_menu( $menu ) {
return apply_filters( 'trx_addons_filter_get_mobile_menu', $menu );
}
}
// Redirect action 'login' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_action_login' ) ) {
function hallelujah_trx_addons_action_login( $args = array() ) {
do_action( 'trx_addons_action_login', $args );
}
}
// Redirect action 'cart' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_action_cart' ) ) {
function hallelujah_trx_addons_action_cart( $args = array() ) {
do_action( 'trx_addons_action_cart', $args );
}
}
// Redirect action 'search' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_action_search' ) ) {
function hallelujah_trx_addons_action_search( $args ) {
if ( hallelujah_exists_trx_addons() ) {
do_action( 'trx_addons_action_search', $args );
} else {
set_query_var( 'hallelujah_search_args', $args );
get_template_part( apply_filters( 'hallelujah_filter_get_template_part', 'templates/search-form' ) );
set_query_var( 'hallelujah_search_args', array() );
}
}
}
// Redirect filter 'hallelujah_filter_options_get_list_choises' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_options_get_list_choises' ) ) {
function hallelujah_trx_addons_options_get_list_choises( $list, $id ) {
if ( is_array( $list ) && count( $list ) == 0 ) {
$list = apply_filters( 'trx_addons_filter_options_get_list_choises', $list, $id );
}
return $list;
}
}
// Redirect action 'hallelujah_action_save_options' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_action_save_options' ) ) {
function hallelujah_trx_addons_action_save_options() {
do_action( 'trx_addons_action_save_options_theme' );
}
}
// Redirect action 'hallelujah_action_before_body' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_action_before_body' ) ) {
function hallelujah_trx_addons_action_before_body() {
do_action( 'trx_addons_action_before_body' );
}
}
// Redirect action 'breadcrumbs' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_action_breadcrumbs' ) ) {
function hallelujah_trx_addons_action_breadcrumbs() {
do_action( 'trx_addons_action_breadcrumbs' );
}
}
// Redirect action 'show_layout' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_action_show_layout' ) ) {
function hallelujah_trx_addons_action_show_layout( $layout_id = '', $post_id = 0 ) {
do_action( 'trx_addons_action_show_layout', $layout_id, $post_id );
}
}
// Redirect action 'before_full_post_content' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_before_full_post_content' ) ) {
function hallelujah_trx_addons_before_full_post_content() {
do_action( 'trx_addons_action_before_full_post_content' );
}
}
// Redirect action 'after_full_post_content' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_after_full_post_content' ) ) {
function hallelujah_trx_addons_after_full_post_content() {
do_action( 'trx_addons_action_after_full_post_content' );
}
}
// Redirect filter 'get_translated_layout' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_filter_get_translated_layout' ) ) {
function hallelujah_trx_addons_filter_get_translated_layout( $layout_id = '' ) {
return apply_filters( 'trx_addons_filter_get_translated_layout', $layout_id );
}
}
// Show user meta (socials)
if ( ! function_exists( 'hallelujah_trx_addons_action_user_meta' ) ) {
function hallelujah_trx_addons_action_user_meta() {
do_action( 'trx_addons_action_user_meta' );
}
}
// Redirect filter 'get_blog_title' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_get_blog_title' ) ) {
function hallelujah_trx_addons_get_blog_title( $title = '' ) {
return apply_filters( 'trx_addons_filter_get_blog_title', $title );
}
}
// Redirect filter 'term_name' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_term_name' ) ) {
function hallelujah_trx_addons_term_name( $term_name, $taxonomy ) {
return apply_filters( 'trx_addons_filter_term_name', $term_name, $taxonomy );
}
}
// Redirect filter 'get_post_iframe' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_get_post_iframe' ) ) {
function hallelujah_trx_addons_get_post_iframe( $html = '' ) {
return apply_filters( 'trx_addons_filter_get_post_iframe', $html );
}
}
// Return true, if theme need a SEO snippets
if ( ! function_exists( 'hallelujah_trx_addons_seo_snippets' ) ) {
function hallelujah_trx_addons_seo_snippets( $enable = false ) {
return hallelujah_is_on( hallelujah_get_theme_option( 'seo_snippets' ) );
}
}
// Show user meta (socials)
if ( ! function_exists( 'hallelujah_trx_addons_article_start' ) ) {
function hallelujah_trx_addons_article_start( $page = '' ) {
if ( hallelujah_is_on( hallelujah_get_theme_option( 'seo_snippets' ) ) ) {
get_template_part( apply_filters( 'hallelujah_filter_get_template_part', 'templates/seo' ) );
}
}
}
// Redirect filter 'prepare_css' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_prepare_css' ) ) {
function hallelujah_trx_addons_prepare_css( $css = '', $remove_spaces = true ) {
return apply_filters( 'trx_addons_filter_prepare_css', $css, $remove_spaces );
}
}
// Redirect filter 'prepare_js' to the plugin
if ( ! function_exists( 'hallelujah_trx_addons_prepare_js' ) ) {
function hallelujah_trx_addons_prepare_js( $js = '', $remove_spaces = true ) {
return apply_filters( 'trx_addons_filter_prepare_js', $js, $remove_spaces );
}
}
// Add plugin's specific variables to the scripts
if ( ! function_exists( 'hallelujah_trx_addons_localize_script' ) ) {
function hallelujah_trx_addons_localize_script( $arr ) {
$arr['trx_addons_exists'] = hallelujah_exists_trx_addons();
return $arr;
}
}
// Redirect filter 'trx_addons_filter_get_theme_file_dir' to the theme
if ( ! function_exists( 'hallelujah_trx_addons_get_theme_file_dir' ) ) {
function hallelujah_trx_addons_get_theme_file_dir( $dir, $file, $return_url ) {
return apply_filters( 'hallelujah_filter_get_theme_file_dir', $dir, $file, $return_url );
}
}
// Redirect filter 'trx_addons_filter_get_theme_folder_dir' to the theme
if ( ! function_exists( 'hallelujah_trx_addons_get_theme_folder_dir' ) ) {
function hallelujah_trx_addons_get_theme_folder_dir( $dir, $folder, $return_url ) {
return apply_filters( 'hallelujah_filter_get_theme_file_dir', $dir, $folder, $return_url );
}
}
if ( ! function_exists( 'hallelujah_trx_addons_action_sc_blogger_item_after_featured' ) ) {
function hallelujah_trx_addons_action_sc_blogger_item_after_featured( $args ) {
$ctc_video = get_field('video', get_the_ID());
$ctc_audio = get_field('audio', get_the_ID());
$ctc_pdf = get_field('download', get_the_ID());
if( !empty($ctc_audio) || !empty($ctc_video) || !empty($ctc_pdf) ) {
?>
<div class="ctc_sermon_meta">
<?php
$video_out = false;
if(!empty($ctc_video)){
$popup = explode(
'<!-- .sc_layouts_popup -->',
trx_addons_get_video_layout( array(
'link' => $ctc_video,
'embed' => '',
'cover' => get_post_thumbnail_id(),
'show_cover' => false,
'popup' => true
)
)
);
if ( ! empty( $popup[0] ) && ! empty( $popup[1] ) ) {
if ( preg_match( '/<a .*<\/a>/', $popup[0], $matches ) && ! empty( $matches[0] ) ) {
$video_out = true;
?>
<div class="post_video_hover_ctc post_video_hover_popup"><?php hallelujah_show_layout( $matches[0] ); ?>
</div>
<?php
hallelujah_show_layout($popup[1]);
}
}
}
if(!empty($ctc_pdf)){
echo '<a href="' . esc_url($ctc_pdf) . '" download class="icon-download-new" target="_blank">'.'</a>';
}
$audio_out = false;
if(!empty($ctc_audio)){
$popup = explode(
'<!-- .sc_layouts_popup -->',
trx_addons_get_video_layout( array(
'link' => '',
'embed' => '<audio src="'.$ctc_audio.'"></audio>',
'cover' => get_post_thumbnail_id(),
'show_cover' => false,
'popup' => true
)
)
);
if ( ! empty( $popup[0] ) && ! empty( $popup[1] ) ) {
if ( preg_match( '/<a .*<\/a>/', $popup[0], $matches ) && ! empty( $matches[0] ) ) {
$audio_out = true;
?>
<div class="post_audio_hover post_audio_hover_popup"><?php hallelujah_show_layout( $matches[0] ); ?>
</div>
<?php
hallelujah_show_layout($popup[1]);
}
}
}
?>
</div>
<?php
}
}
}
// Add plugin-specific colors and fonts to the custom CSS
if ( hallelujah_exists_trx_addons() ) {
require_once HALLELUJAH_THEME_DIR . 'plugins/trx_addons/trx_addons-styles.php'; }