acf/update_{$this->hook_name}

acf/update_{$this->hook_name}

Hook Type: action

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.1.4

do_action('acf/update_{$this->hook_name}') is found 1 times:

  • /includes/class-acf-internal-post-type.php line 525
    			 * @since   6.1
    			 *
    			 * @param array $post The main ACF post array.
    			 */
    			do_action( "acf/update_{$this->hook_name}", $post );
    
    			return $post;
    		}
    
    		/**
    		 * Allows full control over ACF post slugs.