Awesome Support Developer Documentation

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
  • Function: WPAS_Custom_Fields::save_custom_fields

First Available

Version: 3.0.0


More Topics In Action Hooks

Share: