apache_conf get_all_custom_field_meta()的配置示例

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf get_all_custom_field_meta()的配置示例相关的知识,希望对你有一定的参考价值。

<?php
$config = array(
	array(
		'name' => 'prefix_subtitle',
	),
	array(
		'name'       => 'prefix_content_row',
		'sub_fields' => array(
			array(
				'name' => 'css_classes',
			),
			array(
				'name' => 'background_color',
			),
			array(
				'name'       => 'columns',
				'sub_fields' => array(
					array(
						'name' => 'column',
					),
				),
			),
		),
	),
);

以上是关于apache_conf get_all_custom_field_meta()的配置示例的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf htaccess的

apache_conf 基本认证

apache_conf 配置地图

apache_conf 更改最长执行时间

apache_conf 更改最大上传大小

apache_conf 基本认证