Browsing Tag
quick
How to hook into the quick edit action?
I found this solution to automatically assign parent terms when a child term is selected, which is working fine for the save_post hook: add_action('save_post', 'assign_parent_terms');
WordPress custom taxonomy as checkboxes in quick edit
I am registering my custom post type like this, register_post_type('subscriber', array( 'labels' => array( 'name' => __('Subscribers', 'devo'), 'singular_name' => __('Subscriber', 'devo'), 'add_new' => __('Add