PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
themes
/
webon
/
inc
/
search
<?php if ( ! function_exists( 'webon_get_search_page_excerpt_length' ) ) { /** * Function that return number of characters for excerpt on search page * * @return int */ function webon_get_search_page_excerpt_length() { $length = apply_filters( 'webon_filter_post_excerpt_length', 360 ); return intval( $length ); } }
[+]
..
[+]
templates
[-] include.php
[edit]
[-] helper.php
[edit]