Using entrypoints
console.log("I am only loaded in posts edit page!");public function enqueue_scripts_and_styles($type) {
if ($this->isScreenBase("edit")) {
$this->enqueueScript(WPRJSS_SLUG . '-edit', 'edit.js');
}
}Last updated
console.log("I am only loaded in posts edit page!");public function enqueue_scripts_and_styles($type) {
if ($this->isScreenBase("edit")) {
$this->enqueueScript(WPRJSS_SLUG . '-edit', 'edit.js');
}
}Last updated