开发者ID:tlandn,项目名称:akvo-web,代码行数:27,代码来源:limit-post.php 示例9: the_content_limit ▲点赞 1▼ functionthe_content_limit($max_char, $more_link_text ='(more...)', $stripteaser =0, $more_file ='', $echo = true){ $content =get_the_content($more_link_text, $stripte...
['response'] ); } nocache_headers(); } if ( is_scalar( $message ) ) { $message = (string) $message; } else { $message = '0'; } if ( $parsed_args['exit'] ) { die( $message ); } echo $message; } /** * Kills WordPress execution and displays JSON response wi...