Closed MaximeCulea closed 6 years ago
As Option and Post are extended class from Helper. We could refactor code and avoid duplication of recursive_get_post_medias() method by moving it into Helper class.
Option
Post
Helper
recursive_get_post_medias()
As
Option
andPost
are extended class fromHelper
. We could refactor code and avoid duplication ofrecursive_get_post_medias()
method by moving it intoHelper
class.