by Ante Laca | Sep 26, 2018
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...
by Ante Laca | Sep 26, 2018
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:...
by Ante Laca | Sep 20, 2018
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:...
by Ante Laca | Sep 20, 2018
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:...
by Ante Laca | Sep 20, 2018
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:...
Recent Comments