Tema dosyalarına...
Bütün tema dosyalarında /widget-video.php dosyasını arattım ama hiç bir dosyada böyle bir şey yazmıyor. :(
/*----------------------------------------------/
FUNCTION TO CHECK IF POST HAS SHORTCODE
/----------------------------------------------*/
function has_shortcode($shortcode = '') {
if ( have_posts() ){
$postID = get_the_ID();
$post_to_check = get_post($postID);
// false because we have to search through the post content first
$found = false;
// if no short code was provided, return false
if (!$shortcode) {
return $found;
}
// check the post content for the shortcode
if ( stripos($post_to_check->post_content, '[' . $shortcode) !== false ) {
// we have found the short code
$found = true;
}
// return our final results
return $found;
}
}
Fatal error: Cannot redeclare has_shortcode() (previously declared in /home/kemre/public_html/wp-includes/shortcodes.php:153) in /home/kemre/public_html/wp-content/themes/showycase/functions.php on line 263
Fatal error: Cannot redeclare has_shortcode() (previously declared in /home/kemre/public_html/wp-includes/shortcodes.php:153) in /home/kemre/public_html/wp-content/themes/showycase/functions.php on line 263
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions.php on line 274 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions.php on line 275 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions.php on line 276 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions.php on line 285 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions.php on line 295 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions.php on line 299 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions.php on line 303 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions.php on line 368 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions.php on line 369 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions.php on line 378 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions.php on line 392 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions/head-scripts.php on line 7 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions/head-scripts.php on line 8 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions/head-scripts.php on line 9 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153
Warning: Missing argument 2 for has_shortcode(), called in /home/kemre/public_html/wp-content/themes/showycase/functions/head-scripts.php on line 10 and defined in /home/kemre/public_html/wp-includes/shortcodes.php on line 153