/home/lnzliplg/public_html/wp-content/themes/lawyer-hub/functions.php
<?php
/**
* Lawyer Hub functions and definitions
*
* @package Lawyer Hub
* @subpackage lawyer_hub
*/
function lawyer_hub_setup() {
load_theme_textdomain( 'lawyer-hub', get_template_directory() . '/language' );
add_theme_support( 'automatic-feed-links' );
add_theme_support( 'woocommerce' );
add_theme_support( 'title-tag' );
add_theme_support( "responsive-embeds" );
add_theme_support( 'wp-block-styles' );
add_theme_support( 'align-wide' );
add_theme_support( 'post-thumbnails' );
add_image_size( 'lawyer-hub-featured-image', 2000, 1200, true );
add_image_size( 'lawyer-hub-thumbnail-avatar', 100, 100, true );
// Set the default content width.
$GLOBALS['content_width'] = 525;
// This theme uses wp_nav_menu() in two locations.
register_nav_menus( array(
'primary-menu' => __( 'Primary Menu', 'lawyer-hub' ),
) );
// Add theme support for Custom Logo.
add_theme_support( 'custom-logo', array(
'width' => 250,
'height' => 250,
'flex-width' => true,
'flex-width' => true,
) );
// Add theme support for selective refresh for widgets.
add_theme_support( 'customize-selective-refresh-widgets' );
add_theme_support( 'custom-background', array(
'default-color' => 'ffffff'
) );
/*
* Enable support for Post Formats.
*
* See: https://codex.wordpress.org/Post_Formats
*/
add_theme_support( 'post-formats', array('image','video','gallery','audio',) );
add_theme_support( 'html5', array('comment-form','comment-list','gallery','caption',) );
add_theme_support( 'custom-header', apply_filters( 'lawyer_hub_custom_header_args', array(
'default-text-color' => 'fff',
'header-text' => false,
'width' => 1600,
'height' => 350,
'flex-width' => true,
'flex-height' => true,
'wp-head-callback' => 'lawyer_hub_header_style',
'default-image' => get_template_directory_uri() . '/assets/images/sliderimage.png',
) ) );
/**
* Implement the Custom Header feature.
*/
require get_parent_theme_file_path( '/inc/custom-header.php' );
}
add_action( 'after_setup_theme', 'lawyer_hub_setup' );
// Add function after setup:
function lawyer_hub_conditional_editor_styles() {
add_editor_style( array( 'assets/css/editor-style.css', lawyer_hub_fonts_url() ) );
}
add_action( 'after_setup_theme', 'lawyer_hub_conditional_editor_styles', 11 );
/**
* Register custom fonts.
*/
function lawyer_hub_fonts_url(){
$font_url = '';
$lawyer_hub_font_family = array();
$lawyer_hub_font_family[] = 'KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700';
$lawyer_hub_font_family[] = 'Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900';
$lawyer_hub_font_family[] = 'Bad Script';
$lawyer_hub_font_family[] = 'Bebas Neue';
$lawyer_hub_font_family[] = 'Fjalla One';
$lawyer_hub_font_family[] = 'PT Sans:ital,wght@0,400;0,700;1,400;1,700';
$lawyer_hub_font_family[] = 'PT Serif:ital,wght@0,400;0,700;1,400;1,700';
$lawyer_hub_font_family[] = 'Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900';
$lawyer_hub_font_family[] = 'Roboto Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700';
$lawyer_hub_font_family[] = 'Alex Brush';
$lawyer_hub_font_family[] = 'Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900';
$lawyer_hub_font_family[] = 'Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900';
$lawyer_hub_font_family[] = 'Playball';
$lawyer_hub_font_family[] = 'Alegreya:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900';
$lawyer_hub_font_family[] = 'Julius Sans One';
$lawyer_hub_font_family[] = 'Arsenal:ital,wght@0,400;0,700;1,400;1,700';
$lawyer_hub_font_family[] = 'Slabo 13px';
$lawyer_hub_font_family[] = 'Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900';
$lawyer_hub_font_family[] = 'Overpass Mono:wght@300;400;500;600;700';
$lawyer_hub_font_family[] = 'Source Sans Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900';
$lawyer_hub_font_family[] = 'Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900';
$lawyer_hub_font_family[] = 'Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900';
$lawyer_hub_font_family[] = 'Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900';
$lawyer_hub_font_family[] = 'Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700';
$lawyer_hub_font_family[] = 'Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700';
$lawyer_hub_font_family[] = 'Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700';
$lawyer_hub_font_family[] = 'Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700';
$lawyer_hub_font_family[] = 'Playfair Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900';
$lawyer_hub_font_family[] = 'Quicksand:wght@300;400;500;600;700';
$lawyer_hub_font_family[] = 'Padauk:wght@400;700';
$lawyer_hub_font_family[] = 'Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000';
$lawyer_hub_font_family[] = 'Inconsolata:wght@200;300;400;500;600;700;800;900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000';
$lawyer_hub_font_family[] = 'Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000';
$lawyer_hub_font_family[] = 'Pacifico';
$lawyer_hub_font_family[] = 'Indie Flower';
$lawyer_hub_font_family[] = 'VT323';
$lawyer_hub_font_family[] = 'Dosis:wght@200;300;400;500;600;700;800';
$lawyer_hub_font_family[] = 'Frank Ruhl Libre:wght@300;400;500;700;900';
$lawyer_hub_font_family[] = 'Fjalla One';
$lawyer_hub_font_family[] = 'Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900';
$lawyer_hub_font_family[] = 'Oxygen:wght@300;400;700';
$lawyer_hub_font_family[] = 'Arvo:ital,wght@0,400;0,700;1,400;1,700';
$lawyer_hub_font_family[] = 'Noto Serif:ital,wght@0,400;0,700;1,400;1,700';
$lawyer_hub_font_family[] = 'Lobster';
$lawyer_hub_font_family[] = 'Crimson Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700';
$lawyer_hub_font_family[] = 'Yanone Kaffeesatz:wght@200;300;400;500;600;700';
$lawyer_hub_font_family[] = 'Anton';
$lawyer_hub_font_family[] = 'Libre Baskerville:ital,wght@0,400;0,700;1,400';
$lawyer_hub_font_family[] = 'Bree Serif';
$lawyer_hub_font_family[] = 'Gloria Hallelujah';
$lawyer_hub_font_family[] = 'Abril Fatface';
$lawyer_hub_font_family[] = 'Varela Round';
$lawyer_hub_font_family[] = 'Vampiro One';
$lawyer_hub_font_family[] = 'Shadows Into Light';
$lawyer_hub_font_family[] = 'Cuprum:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700';
$lawyer_hub_font_family[] = 'Rokkitt:wght@100;200;300;400;500;600;700;800;900';
$lawyer_hub_font_family[] = 'Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900';
$lawyer_hub_font_family[] = 'Francois One';
$lawyer_hub_font_family[] = 'Orbitron:wght@400;500;600;700;800;900';
$lawyer_hub_font_family[] = 'Patua One';
$lawyer_hub_font_family[] = 'Acme';
$lawyer_hub_font_family[] = 'Satisfy';
$lawyer_hub_font_family[] = 'Josefin Slab:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700';
$lawyer_hub_font_family[] = 'Quattrocento Sans:ital,wght@0,400;0,700;1,400;1,700';
$lawyer_hub_font_family[] = 'Architects Daughter';
$lawyer_hub_font_family[] = 'Russo One';
$lawyer_hub_font_family[] = 'Monda:wght@400;700';
$lawyer_hub_font_family[] = 'Righteous';
$lawyer_hub_font_family[] = 'Lobster Two:ital,wght@0,400;0,700;1,400;1,700';
$lawyer_hub_font_family[] = 'Hammersmith One';
$lawyer_hub_font_family[] = 'Courgette';
$lawyer_hub_font_family[] = 'Permanent Marke';
$lawyer_hub_font_family[] = 'Cherry Swash:wght@400;700';
$lawyer_hub_font_family[] = 'Cormorant Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700';
$lawyer_hub_font_family[] = 'Poiret One';
$lawyer_hub_font_family[] = 'BenchNine:wght@300;400;700';
$lawyer_hub_font_family[] = 'Economica:ital,wght@0,400;0,700;1,400;1,700';
$lawyer_hub_font_family[] = 'Handlee';
$lawyer_hub_font_family[] = 'Cardo:ital,wght@0,400;0,700;1,400';
$lawyer_hub_font_family[] = 'Alfa Slab One';
$lawyer_hub_font_family[] = 'Averia Serif Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700';
$lawyer_hub_font_family[] = 'Cookie';
$lawyer_hub_font_family[] = 'Chewy';
$lawyer_hub_font_family[] = 'Great Vibes';
$lawyer_hub_font_family[] = 'Coming Soon';
$lawyer_hub_font_family[] = 'Philosopher:ital,wght@0,400;0,700;1,400;1,700';
$lawyer_hub_font_family[] = 'Days One';
$lawyer_hub_font_family[] = 'Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900';
$lawyer_hub_font_family[] = 'Shrikhand';
$lawyer_hub_font_family[] = 'Tangerine:wght@400;700';
$lawyer_hub_font_family[] = 'IM Fell English SC';
$lawyer_hub_font_family[] = 'Boogaloo';
$lawyer_hub_font_family[] = 'Bangers';
$lawyer_hub_font_family[] = 'Fredoka One';
$lawyer_hub_font_family[] = 'Volkhov:ital,wght@0,400;0,700;1,400;1,700';
$lawyer_hub_font_family[] = 'Shadows Into Light Two';
$lawyer_hub_font_family[] = 'Marck Script';
$lawyer_hub_font_family[] = 'Sacramento';
$lawyer_hub_font_family[] = 'Unica One';
$lawyer_hub_font_family[] = 'Dancing Script:wght@400;500;600;700';
$lawyer_hub_font_family[] = 'Exo 2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900';
$lawyer_hub_font_family[] = 'Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900';
$lawyer_hub_font_family[] = 'Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900';
$lawyer_hub_font_family[] = 'DM Serif Display:ital@0;1';
$lawyer_hub_font_family[] = 'Open Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800';
$query_args = array(
'family' => rawurlencode(implode('|',$lawyer_hub_font_family)),
);
$font_url = add_query_arg($query_args,'//fonts.googleapis.com/css');
return $font_url;
$contents = lawyer_hub_wptt_get_web_font_url( esc_url_raw( $fonts_url ) );
}
/**
* Register widget area.
*/
function lawyer_hub_widgets_init() {
register_sidebar( array(
'name' => __( 'Blog Sidebar', 'lawyer-hub' ),
'id' => 'sidebar-1',
'description' => __( 'Add widgets here to appear in your sidebar on blog posts and archive pages.', 'lawyer-hub' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
register_sidebar( array(
'name' => __( 'Page Sidebar', 'lawyer-hub' ),
'id' => 'sidebar-2',
'description' => __( 'Add widgets here to appear in your sidebar on pages.', 'lawyer-hub' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
register_sidebar( array(
'name' => __( 'Sidebar 3', 'lawyer-hub' ),
'id' => 'sidebar-3',
'description' => __( 'Add widgets here to appear in your sidebar on blog posts and archive pages.', 'lawyer-hub' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
register_sidebar( array(
'name' => __( 'Footer 1', 'lawyer-hub' ),
'id' => 'footer-1',
'description' => __( 'Add widgets here to appear in your footer.', 'lawyer-hub' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
register_sidebar( array(
'name' => __( 'Footer 2', 'lawyer-hub' ),
'id' => 'footer-2',
'description' => __( 'Add widgets here to appear in your footer.', 'lawyer-hub' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
register_sidebar( array(
'name' => __( 'Footer 3', 'lawyer-hub' ),
'id' => 'footer-3',
'description' => __( 'Add widgets here to appear in your footer.', 'lawyer-hub' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
register_sidebar( array(
'name' => __( 'Footer 4', 'lawyer-hub' ),
'id' => 'footer-4',
'description' => __( 'Add widgets here to appear in your footer.', 'lawyer-hub' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
}
add_action( 'widgets_init', 'lawyer_hub_widgets_init' );
/**
* Enqueue scripts and styles.
*/
function lawyer_hub_scripts() {
// Add custom fonts, used in the main stylesheet.
wp_enqueue_style( 'lawyer-hub-fonts', lawyer_hub_fonts_url(), array(), null );
// Bootstrap
wp_enqueue_style( 'bootstrap-css', get_theme_file_uri( '/assets/css/bootstrap.css' ) );
// Theme stylesheet.
wp_enqueue_style( 'lawyer-hub-style', get_stylesheet_uri() );
require get_parent_theme_file_path( '/tp-body-width-layout.php' );
wp_add_inline_style( 'lawyer-hub-style',$lawyer_hub_tp_theme_css );
wp_enqueue_style( 'lawyer-hub-style', get_stylesheet_uri() );
require get_parent_theme_file_path( '/tp-theme-color.php' );
wp_add_inline_style( 'lawyer-hub-style',$lawyer_hub_tp_theme_css );
wp_style_add_data('lawyer-hub-style', 'rtl', 'replace');
// Theme block stylesheet.
wp_enqueue_style( 'lawyer-hub-block-style', get_theme_file_uri( '/assets/css/blocks.css' ), array( 'lawyer-hub-style' ), '1.0' );
// Fontawesome
wp_enqueue_style( 'fontawesome-css', get_theme_file_uri( '/assets/css/fontawesome-all.css' ) );
wp_enqueue_script( 'wow-jquery', get_template_directory_uri() . '/assets/js/wow.js', array('jquery'),'' ,true );
wp_enqueue_style( 'animate-style', get_template_directory_uri().'/assets/css/animate.css' );
wp_enqueue_script( 'bootstrap-js', get_theme_file_uri( '/assets/js/bootstrap.js' ), array( 'jquery' ), true );
wp_enqueue_script( 'lawyer-hub-custom-scripts',( get_template_directory_uri() ) . '/assets/js/lawyer-hub-custom.js', array('jquery'), true);
wp_enqueue_script( 'lawyer-hub-focus-nav',( get_template_directory_uri() ) . '/assets/js/focus-nav.js', array('jquery'), true);
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
}
$lawyer_hub_body_font_family = get_theme_mod('lawyer_hub_body_font_family', '');
$lawyer_hub_heading_font_family = get_theme_mod('lawyer_hub_heading_font_family', '');
$lawyer_hub_menu_font_family = get_theme_mod('lawyer_hub_menu_font_family', '');
$lawyer_hub_tp_theme_css = '
body{
font-family: '.esc_html($lawyer_hub_body_font_family).';
}
h1{
font-family: '.esc_html($lawyer_hub_heading_font_family).';
}
h2{
font-family: '.esc_html($lawyer_hub_heading_font_family).';
}
h3{
font-family: '.esc_html($lawyer_hub_heading_font_family).';
}
h4{
font-family: '.esc_html($lawyer_hub_heading_font_family).';
}
h5{
font-family: '.esc_html($lawyer_hub_heading_font_family).';
}
h6{
font-family: '.esc_html($lawyer_hub_heading_font_family).';
}
#theme-sidebar .wp-block-search .wp-block-search__label{
font-family: '.esc_html($lawyer_hub_heading_font_family).';
}
.main-navigation a{
font-family: '.esc_html($lawyer_hub_menu_font_family).';
}
';
wp_add_inline_style('lawyer-hub-style', $lawyer_hub_tp_theme_css);
}
add_action( 'wp_enqueue_scripts', 'lawyer_hub_scripts' );
//Admin Enqueue for Admin
function lawyer_hub_admin_enqueue_scripts($hook){
if ( 'theme-info.php' == $hook ) {
return;
}
wp_enqueue_style('lawyer-hub-admin-style', get_template_directory_uri() . '/assets/css/admin.css');
wp_enqueue_script( 'lawyer-hub-custom-scripts', get_template_directory_uri(). '/assets/js/custom.js', array('jquery'), true);
wp_enqueue_script( 'lawyer-hub-admin-script', get_template_directory_uri() . '/assets/js/lawyer-hub-admin.js', array( 'jquery' ), '', true );
wp_localize_script(
'lawyer-hub-admin-script',
'lawyer_hub',
array(
'admin_ajax' => admin_url('admin-ajax.php'),
'wpnonce' => wp_create_nonce('lawyer_hub_dismissed_notice_nonce')
)
);
wp_enqueue_script('lawyer-hub-admin-script');
wp_localize_script( 'lawyer-hub-admin-script', 'lawyer_hub_ajax_object',
array( 'ajax_url' => admin_url( 'admin-ajax.php' ) )
);
}
add_action( 'admin_enqueue_scripts', 'lawyer_hub_admin_enqueue_scripts' );
// Category count
function lawyer_hub_display_post_category_count() {
$lawyer_hub_category = get_the_category();
$lawyer_hub_category_count = ($lawyer_hub_category) ? count($lawyer_hub_category) : 0;
$lawyer_hub_category_text = ($lawyer_hub_category_count === 1) ? 'category' : 'categories'; // Check for pluralization
echo $lawyer_hub_category_count . ' ' . $lawyer_hub_category_text;
}
//post tag
function custom_tags_filter($lawyer_hub_tag_list) {
// Replace the comma (,) with an empty string
$lawyer_hub_tag_list = str_replace(', ', '', $lawyer_hub_tag_list);
return $lawyer_hub_tag_list;
}
add_filter('the_tags', 'custom_tags_filter');
function custom_output_tags() {
$lawyer_hub_tags = get_the_tags();
if ($lawyer_hub_tags) {
$lawyer_hub_tags_output = '<div class="post_tag">Tags: ';
$lawyer_hub_first_tag = reset($lawyer_hub_tags);
foreach ($lawyer_hub_tags as $tag) {
$lawyer_hub_tags_output .= '<a href="' . esc_url(get_tag_link($tag)) . '" rel="tag" class="me-2">' . esc_html($tag->name) . '</a>';
if ($tag !== $lawyer_hub_first_tag) {
$lawyer_hub_tags_output .= ' ';
}
}
$lawyer_hub_tags_output .= '</div>';
echo $lawyer_hub_tags_output;
}
}
/*radio button sanitization*/
function lawyer_hub_sanitize_choices( $input, $setting ) {
global $wp_customize;
$control = $wp_customize->get_control( $setting->id );
if ( array_key_exists( $input, $control->choices ) ) {
return $input;
} else {
return $setting->default;
}
}
// Sanitize Sortable control.
function lawyer_hub_sanitize_sortable( $val, $setting ) {
if ( is_string( $val ) || is_numeric( $val ) ) {
return array(
esc_attr( $val ),
);
}
$sanitized_value = array();
foreach ( $val as $item ) {
if ( isset( $setting->manager->get_control( $setting->id )->choices[ $item ] ) ) {
$sanitized_value[] = esc_attr( $item );
}
}
return $sanitized_value;
}
/* Excerpt Limit Begin */
function lawyer_hub_excerpt_function($excerpt_count = 35) {
$lawyer_hub_excerpt = get_the_excerpt();
$lawyer_hub_text_excerpt = wp_strip_all_tags($lawyer_hub_excerpt);
$lawyer_hub_excerpt_limit = esc_attr(get_theme_mod('lawyer_hub_excerpt_count', $excerpt_count));
$lawyer_hub_theme_excerpt = implode(' ', array_slice(explode(' ', $lawyer_hub_text_excerpt), 0, $lawyer_hub_excerpt_limit));
return $lawyer_hub_theme_excerpt;
}
function lawyer_hub_sanitize_dropdown_pages( $page_id, $setting ) {
// Ensure $input is an absolute integer.
$page_id = absint( $page_id );
// If $page_id is an ID of a published page, return it; otherwise, return the default.
return ( 'publish' == get_post_status( $page_id ) ? $page_id : $setting->default );
}
// Change number or products per row to 3
add_filter('loop_shop_columns', 'lawyer_hub_loop_columns');
if (!function_exists('lawyer_hub_loop_columns')) {
function lawyer_hub_loop_columns() {
$columns = get_theme_mod( 'lawyer_hub_per_columns', 3 );
return $columns;
}
}
function lawyer_hub_sanitize_phone_number( $phone ) {
return preg_replace( '/[^\d+]/', '', $phone );
}
//Change number of products that are displayed per page (shop page)
add_filter( 'loop_shop_per_page', 'lawyer_hub_per_page', 20 );
function lawyer_hub_per_page( $lawyer_hub_cols ) {
$lawyer_hub_cols = get_theme_mod( 'lawyer_hub_product_per_page', 9 );
return $lawyer_hub_cols;
}
function lawyer_hub_sanitize_number_range( $number, $setting ) {
// Ensure input is an absolute integer.
$number = absint( $number );
// Get the input attributes associated with the setting.
$atts = $setting->manager->get_control( $setting->id )->input_attrs;
// Get minimum number in the range.
$min = ( isset( $atts['min'] ) ? $atts['min'] : $number );
// Get maximum number in the range.
$max = ( isset( $atts['max'] ) ? $atts['max'] : $number );
// Get step.
$step = ( isset( $atts['step'] ) ? $atts['step'] : 1 );
// If the number is within the valid range, return it; otherwise, return the default
return ( $min <= $number && $number <= $max && is_int( $number / $step ) ? $number : $setting->default );
}
function lawyer_hub_sanitize_checkbox( $input ) {
// Boolean check
return ( ( isset( $input ) && true == $input ) ? true : false );
}
function lawyer_hub_string_limit_words($string, $word_limit) {
$words = explode(' ', $string);
return implode(' ', array_slice($words, 0, $word_limit));
}
function lawyer_hub_sanitize_number_absint( $number, $setting ) {
// Ensure $number is an absolute integer (whole number, zero or greater).
$number = absint( $number );
// If the input is an absolute integer, return it; otherwise, return the default
return ( $number ? $number : $setting->default );
}
/**
* Use front-page.php when Front page displays is set to a static page.
*/
function lawyer_hub_front_page_template( $template ) {
return is_home() ? '' : $template;
}
add_filter( 'frontpage_template','lawyer_hub_front_page_template' );
/**
* Logo Custamization.
*/
function lawyer_hub_logo_width(){
$lawyer_hub_logo_width = get_theme_mod( 'lawyer_hub_logo_width', 150 );
echo "<style type='text/css' media='all'>"; ?>
img.custom-logo{
width: <?php echo absint( $lawyer_hub_logo_width ); ?>px;
max-width: 100%;
}
<?php echo "</style>";
}
add_action( 'wp_head', 'lawyer_hub_logo_width' );
function lawyer_hub_theme_setup() {
/**
* Custom template tags for this theme.
*/
require get_parent_theme_file_path( '/inc/template-tags.php' );
/**
* Additional features to allow styling of the templates.
*/
require get_parent_theme_file_path( '/inc/template-functions.php' );
/**
* About Theme Page
*/
require get_parent_theme_file_path( '/inc/about-theme.php' );
/**
* Load Theme Web File
*/
require get_parent_theme_file_path('/inc/wptt-webfont-loader.php' );
/**
* Load Custom Toggle
*/
require get_parent_theme_file_path( '/inc/controls/customize-control-toggle.php' );
/**
* load sortable file
*/
require get_parent_theme_file_path( '/inc/controls/sortable-control.php' );
/**
* TGM Recommendation
*/
require get_parent_theme_file_path( '/inc/TGM/tgm.php' );
/**
* Customizer additions.
*/
require get_parent_theme_file_path( '/inc/customizer.php' );
define('LAWYER_HUB_CREDIT',__('https://www.themespride.com/products/free-lawyer-wordpress-theme','lawyer-hub') );
if ( ! function_exists( 'lawyer_hub_credit' ) ) {
function lawyer_hub_credit(){
echo "<a href=".esc_url(LAWYER_HUB_CREDIT)." target='_blank'>".esc_html__(get_theme_mod('lawyer_hub_footer_text',__('Lawyer Hub WordPress Theme','lawyer-hub')))."</a>";
}
}
}
add_action( 'after_setup_theme', 'lawyer_hub_theme_setup' );
// get started
add_action( 'wp_ajax_lawyer_hub_dismissed_notice_handler', 'lawyer_hub_ajax_notice_handler' );
function lawyer_hub_ajax_notice_handler() {
if (!wp_verify_nonce($_POST['wpnonce'], 'lawyer_hub_dismissed_notice_nonce')) {
exit;
}
if ( isset( $_POST['type'] ) ) {
$type = sanitize_text_field( wp_unslash( $_POST['type'] ) );
update_option( 'dismissed-' . $type, TRUE );
}
}
function lawyer_hub_activation_notice() {
if ( ! get_option('dismissed-get_started', FALSE ) ) { ?>
<div class="lawyer-hub-notice-wrapper updated notice notice-get-started-class is-dismissible" data-notice="get_started">
<div class="lawyer-hub-getting-started-notice clearfix">
<div class="row-top">
<div class="lawyer-hub-theme-notice-content">
<h2 class="lawyer-hub-notice-h2">
<?php
printf(
/* translators: 1: welcome page link starting html tag, 2: welcome page link ending html tag. */
esc_html__( 'Install the Demo Import Plugin now to instantly set up your site like the live preview.', 'lawyer-hub' ), '<strong>'. wp_get_theme()->get('Name'). '</strong>' );
?>
</h2>
<?php
$lawyer_hub_theme = wp_get_theme();
?>
<a class="lawyer-hub-btn-get-started button button-primary button-hero lawyer-hub-button-padding" href="<?php echo esc_url( admin_url( 'themes.php?page=lawyer-hub-about' ) ); ?>">
<?php
echo sprintf(
esc_html__( 'Get Started with %s Theme', 'lawyer-hub' ),
esc_html( $lawyer_hub_theme->get( 'Name' ) )
);
?>
</a>
</div>
<div class="image-box">
<img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/theme-notice.png' ); ?>" alt="<?php echo esc_attr__( 'Lawyer Hub', 'lawyer-hub' ); ?>" />
</div>
</div>
</div>
</div>
<?php }
}
add_action( 'admin_notices', 'lawyer_hub_activation_notice' );
add_action('after_switch_theme', 'lawyer_hub_setup_options');
function lawyer_hub_setup_options () {
update_option('dismissed-get_started', FALSE );
}
// Get Started Detail Notice - Dismiss permanently
function lawyer_hub_dismissed_get_started_detail_notice() {
update_option( 'dismissed-get_started-detail', true );
wp_send_json_success();
}
add_action( 'wp_ajax_lawyer_hub_dismissed_get_started_detail_notice', 'lawyer_hub_dismissed_get_started_detail_notice' );
add_action( 'wp_ajax_nopriv_lawyer_hub_dismissed_get_started_detail_notice', 'lawyer_hub_dismissed_get_started_detail_notice' );
// Reset on theme switch
add_action('after_switch_theme', 'lawyer_hub_setup_settings');
function lawyer_hub_setup_settings() {
update_option('dismissed-get_started', false );
update_option('dismissed-get_started-detail', false );
}
add_action( 'wp_ajax_lawyer_hub_popup_done', 'lawyer_hub_popup_done' );
function lawyer_hub_popup_done() {
$theme_slug = get_stylesheet();
update_option( $theme_slug . '_demo_popup_shown', true );
wp_die();
}