Load script only on "edit listing" and "create listings" pages
Hello, I'd like to load a
JS file and CSS file only on the edit listing and create listing pages. While for the create listing page is simple with a syntax like:
Code:
is_page (number of the page ID) { script and css loading.... }
I don't understand how to do this for the edit listing page.
Thank you for the help.