Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Please use this hook to add additional ad type, add this code at your functions.php

    function my_filter($types){
          $types['rent'] = __("Rent", "text domain");
          return $types;
    }
    add_filter('rtcl_ad_type', 'my_filter');

    Thanks

    • This reply was modified 6 years, 4 months ago by RadiusTheme.
    Thread Starter patowins

    (@patowins)

    Great !

    Thank you !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New type listings ?’ is closed to new replies.