Settings
add_filter(
'hivepress/v1/settings',
function( $settings ) {
$settings['listings']['sections']['display']['fields']['custom_option'] = [
'label' => 'Custom Option',
'type' => 'checkbox',
'_order' => 123,
];
return $settings;
}
);$value = get_option( 'hp_custom_option' );Last updated