Exemplo n.º 1
0
function hocwp_classifieds_admin_scripts()
{
    global $pagenow;
    if ('post-new.php' == $pagenow || 'post.php' == $pagenow) {
        hocwp_register_lib_google_maps();
    }
}
Exemplo n.º 2
0
function hocwp_theme_register_lib_google_maps($api_key = null)
{
    hocwp_register_lib_google_maps($api_key);
}