wpas_save_custom_fields_after

Signature do_action( ‘wpas_save_custom_fields_after’, $post_id ) Typical Usage This action hook is called after custom fields are saved. Parameters $post_id: Integer ID of the post being saved Located In File: includes/custom-fields/class-custom-fields.php...

wpas_save_custom_fields_before

Signature do_action( ‘wpas_save_custom_fields_before’, $post_id ) Typical Usage This action hook is called before saving the custom fields. Parameters $post_id: Integer ID of the post being saved Located In File:...

wpas_channel_taxonomy_labels

Signature apply_filters( ‘wpas_channel_taxonomy_labels’, $channel_taxonomy_labels ); Typical Usage   Parameters $channel_taxonomy_labels : Array Returns Array Located In File: includes\custom-fields\functions-custom-fields.php Function:...

wpas_priority_taxonomy_labels

Signature apply_filters( ‘wpas_priority_taxonomy_labels’, $priority_taxonomy_labels ); Typical Usage   Parameters $priority_taxonomy_labels : Array Returns Array Located In File: includes\custom-fields\functions-custom-fields.php Function:...

wpas_department_taxonomy_labels

Signature apply_filters( ‘wpas_department_taxonomy_labels’, $department_taxonomy_labels ); Typical Usage   Parameters $department_taxonomy_labels: Array Returns Array Located In File: includes\custom-fields\functions-custom-fields.php Function:...