No necessary to use is_admin() check because admin_enqueue_scripts granted this.
Instead of this we checking that current page is related to pepipost plugin settings page.
So, pepipost plugin scripts and styles will be loaded only in place where they really needed.
No necessary to use
is_admin()
check becauseadmin_enqueue_scripts
granted this. Instead of this we checking that current page is related to pepipost plugin settings page. So, pepipost plugin scripts and styles will be loaded only in place where they really needed.