Acf To Rest Api Recursive Save

Get ACF fields recursively

Project README

ACF to REST API Recursive

Get ACF Fields Recursively

Installation

  1. Copy the acf-to-rest-api-recursive folder into your wp-content/plugins folder
  2. Activate the ACF to REST API Recursive plugin via the plugin admin page

Filters

Filter Argument(s)
acf/rest_api/recursive/types array $types

How to use:

add_filter( 'acf/rest_api/recursive/types', function( $types ) {
	if ( isset( $types['post'] ) ) {
		unset( $types['post'] );
	}

	return $types;
} );
Open Source Agenda is not affiliated with "Acf To Rest Api Recursive" Project. README Source: airesvsg/acf-to-rest-api-recursive
Stars
42
Open Issues
9
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating