Helper->get_object_cache( $chache_key ); if( !empty( $cache ) ) { return $cache; } $Afd_Model_Announces = new Afd_Model_Announces(); $announces = $Afd_Model_Announces->get_datas(); $announces = apply_filters( $Afd->ltd . '_before_announce' , $announces ); $Afd->Helper->set_object_cache( $chache_key , $announces ); return $announces; } public function content_format( $content ) { global $Afd; $content = apply_filters( $Afd->ltd . '_apply_content' , $content ); return $content; } } endif;