Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save propertyhive/18f49e8f5ac37fc0713d1e3929653e77 to your computer and use it in GitHub Desktop.
Save propertyhive/18f49e8f5ac37fc0713d1e3929653e77 to your computer and use it in GitHub Desktop.
Send different floorplan size to RM in RTDF
add_filter( 'ph_rtdf_floorplan_size', 'diff_fp_in_rtdf' );
function diff_fp_in_rtdf( $size )
{
return 'full';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment