Awesome Support Developer Documentation

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: includes/custom-fields/class-custom-fields.php
  • Function: WPAS_Custom_Fields::save_custom_fields

First Available

Version: 3.0.0


More Topics In Action Hooks

Share: