iazema
iazema
Sure, it's in class that contains: ``` add_filter( 'ep_prepare_meta_allowed_keys', [ $this, 'add_ep_allowed_meta' ] ); public function add_ep_allowed_meta( $metas ): array { $metas[] = 'spf_event_start_date'; $metas[] = 'spf_content_is_featured'; return $metas; }...
Hi @felipeelia My issue has been automatically marked as stale but I did send you the code you asked me :-) Is there anything else you need?
Hi @felipeelia This issue has been automatically closed but I had no answer since I sent the code you asked. Can you please look into it?
Thanks a lot Burhan
Hi Felipe, Only contents of type "event" have the field. The issue is that when get an error when there are no contents of type "event".
Hello, Why is this ticket closed again even though I gave an answer?