PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wpnull24
/
framework
/
plugins-support
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * Header Builder support * * Show alert message when the plugin version is not compatible with the current theme version */ if ( defined( 'US_HB_VERSION' ) AND version_compare( US_HB_VERSION, '2.5', '<' ) ) { add_filter( 'us_config_theme-options', 'us_remove_old_ushb_options' ); function us_remove_old_ushb_options( $config ) { if ( is_admin() ) { unset( $config['header'] ); unset( $config['hb'] ); } return $config; } add_action( 'admin_notices', 'us_update_ushb_notice', 1 ); function us_update_ushb_notice() { $output = '<div class="error us-migration for-hb">'; $output .= '<h2>Update Header Builder</h2>'; $output .= '<p>For correct work of your website header you need to update "Header Builder" on the <a href="' . admin_url( 'plugins.php' ) . '">Plugins page</a>.<br>If you don\'t see the update notification there, just delete "Header Builder" plugin and install it again via ' . US_THEMENAME . ' > Addons page.</p>'; $output .= '</div>'; echo $output; } }
[+]
..
[-] polylang.php
[edit]
[+]
js_composer
[-] gravityforms.php
[edit]
[-] revslider.php
[edit]
[-] tiny_mce.php
[edit]
[-] bbpress.php
[edit]
[-] wpml.php
[edit]
[+]
woocommerce
[-] us_header_builder.php
[edit]
[-] tablepress.php
[edit]
[-] Ultimate_VC_Addons.php
[edit]
[-] the_events_calendar.php
[edit]
[-] .plugins-support.php
[edit]