php 对get_all_custom_field_meta()使用ACF本地JSON文件。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 对get_all_custom_field_meta()使用ACF本地JSON文件。相关的知识,希望对你有一定的参考价值。

<?php

// Replace with the name of your field group JSON.
$field_group_json = 'group_59e226a200966.json';

$field_group_array = json_decode( file_get_contents( get_stylesheet_directory() . "/acf-json/{$field_group_json}" ), true );

// Omit this line when using the Field Group Values package/plugin.
$config = $field_group_array['fields'];

$meta_data = get_all_custom_field_meta( get_the_ID(), $config );

以上是关于php 对get_all_custom_field_meta()使用ACF本地JSON文件。的主要内容,如果未能解决你的问题,请参考以下文章

PHP 使用PHP对多维数组进行排序

php 在php中对数组函数进行排序

php WP-默认类别对cpt.php

如何利用php数组对百万数据进行排重

PHP 数组排序 +php二维数组排序方法

PHP PHP - 对多维数组上的键进行排序