function hocwp_classifieds_admin_scripts() { global $pagenow; if ('post-new.php' == $pagenow || 'post.php' == $pagenow) { hocwp_register_lib_google_maps(); } }
function hocwp_theme_register_lib_google_maps($api_key = null) { hocwp_register_lib_google_maps($api_key); }