<?php $my_excerpt = get_the_excerpt(); if ( '' != $my_excerpt ) { // Some string manipulation performed } echo $my_excerpt; // Outputs the processed value ...
確定! 回上一頁