Help PixTheme
  • Home
  • Theme Documentation
  • Forums
  • Log In / Sign Up

Community Forums

Please use one topic for only one question.

Please use one topic for only one question.

Please use one topic for only one question.

Homepage/Forums/Guard Team – Security WordPress Theme/appointments plugin/Reply To: appointments plugin

Reply To: appointments plugin

6 years, 7 months ago Support team
Keymaster

Use this plugin Notification — Custom Notifications and Alerts for WordPress with the next code in functions.php:

add_filter( 'notification/settings/triggers/valid_post_types', function( $post_types ) {
    $post_types[] = get_post_type_object( 'booked_appointments' );
    return $post_types;
}, 10 ,2 );

This will be add Appointments to custom post types.

Already a member? Sign In

Log In
Register Lost Password

The Best Thanks

© 2013-2024 PixTheme Studio. All Rights Reserved.