alpanayotovv/instagram-helper

Post Type Registration needs revision

Closed this issue · 1 comments

Registration of the post type in the Posts_Store class needs to be moved out of the constructor.

Registration of the post type is now outside the constructor. It is managed by a public static method
\Posts_Store\Posts_Store::register_post_type();
Commit 2f9c1ee