• Resolved kaquna

    (@kaquna)


    Hello

    Congratulations for your plugin πŸ™‚

    by default, some property types are created and if you delete them, they reappear.
    I need delete this because my site will be in spanish…

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kaquna

    (@kaquna)

    the same for status…
    if I rename it in spanish, the old english category reappears…

    Thread Starter kaquna

    (@kaquna)

    sorry for the inconvenience

    /* Remove Default Status Terms from IMPress Listings */
    add_filter( ‘wp_listings_default_status_terms’, ‘custom_default_status_terms’ );
    function custom_default_status_terms() {
    $status_terms = array();
    return $status_terms;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delete deafult property types’ is closed to new replies.