use function Mantle\Framework\Helpers\add_filter; add_filter( 'the_posts', function( array $posts ) { // $posts will always be an array. } ...
確定! 回上一頁