Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/html/ticnews.com.br/web/wp-includes/script-loader.php on line 757
Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/html/ticnews.com.br/web/wp-includes/script-loader.php on line 757
Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/html/ticnews.com.br/web/wp-includes/script-loader.php on line 758
Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/html/ticnews.com.br/web/wp-includes/script-loader.php on line 758
Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/html/ticnews.com.br/web/wp-content/plugins/shortcodes-ultimate/includes/deprecated/functions.php on line 130
Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/html/ticnews.com.br/web/wp-content/plugins/shortcodes-ultimate/includes/deprecated/functions.php on line 130
Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/html/ticnews.com.br/web/wp-content/plugins/shortcodes-ultimate/includes/deprecated/functions.php on line 131
Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/html/ticnews.com.br/web/wp-content/plugins/shortcodes-ultimate/includes/deprecated/functions.php on line 131
Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/html/ticnews.com.br/web/wp-content/plugins/shortcodes-ultimate/includes/deprecated/functions.php on line 132
Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/html/ticnews.com.br/web/wp-content/plugins/shortcodes-ultimate/includes/deprecated/functions.php on line 132
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/www/html/ticnews.com.br/web/wp-includes/formatting.php on line 4768
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/www/html/ticnews.com.br/web/wp-includes/formatting.php on line 4768
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/www/html/ticnews.com.br/web/wp-includes/formatting.php on line 4768
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/www/html/ticnews.com.br/web/wp-includes/formatting.php on line 4768
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/www/html/ticnews.com.br/web/wp-includes/formatting.php on line 4768
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/www/html/ticnews.com.br/web/wp-includes/formatting.php on line 4768
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/www/html/ticnews.com.br/web/wp-includes/load.php on line 926
Notice: Trying to access array offset on value of type bool in /var/www/html/ticnews.com.br/web/wp-includes/theme.php on line 2360
Notice: Trying to access array offset on value of type bool in /var/www/html/ticnews.com.br/web/wp-content/plugins/download-monitor/src/DLM.php on line 236
e_name( $file ) {
static $prefix = null;
$extension = $this->_get_extension_for_file( $file );
if ( null === $prefix ) {
// always include site_url when there is more than one
$pref_string = ai1ec_site_url();
if ( ! AI1EC_DEBUG ) {
// address multiple re-saves for a single version
// i.e. when theme settings are being edited
$pref_string .= mt_rand();
}
$prefix = substr( md5( $pref_string ), 0, 8 );
}
$length = strlen( $file );
if ( ! ctype_alnum( $file ) ) {
$file = preg_replace(
'|_+|',
'_',
preg_replace( '|[^a-z0-9\-,_]|', '_', $file )
);
}
if ( 0 !== strncmp( $file, $prefix, 8 ) ) {
$file = $prefix . '_' . $file;
}
return $file . $extension;
}
}