/** * Set Business Hours to open as default. **/
function wpsc_gd_snippet_200118_business_hours_set_default( $html, $cf ) {
global $gd_post; if ( ! empty( $html ) && ! empty( $cf ) && ! empty( $gd_post ) && ! empty( $gd_post->post_status ) && $gd_post->post_status == 'auto-draft' ) {
$html = str_replace( '});', '$("input#' . $cf['htmlvar_name'] . '_f_active0").prop("checked", true).trigger("change");});', $html );
}
return $html;
}
add_filter( 'geodir_custom_field_input_business_hours', 'wpsc_gd_snippet_200118_business_hours_set_default', 20, 2 );
Copyright © 2025 by WP CODE SNIPPETS
Join our mailing list to receive the latest news and updates from our team.