plugin install

This commit is contained in:
Tony Volpe
2024-06-18 17:29:05 -04:00
parent e1aaedd1ae
commit 41f50eacc4
5880 changed files with 1057631 additions and 39681 deletions

View File

@@ -15,7 +15,6 @@ if ( ! class_exists( 'acf_field_image' ) ) :
* @param n/a
* @return n/a
*/
function initialize() {
// vars
@@ -53,7 +52,6 @@ if ( ! class_exists( 'acf_field_image' ) ) :
* @param $post_id (int)
* @return $post_id (int)
*/
function input_admin_enqueue_scripts() {
// localize
@@ -172,7 +170,6 @@ if ( ! class_exists( 'acf_field_image' ) ) :
*
* @param $field - an array holding all the field's data
*/
function render_field_settings( $field ) {
acf_render_field_setting(
$field,
@@ -348,7 +345,6 @@ if ( ! class_exists( 'acf_field_image' ) ) :
*
* @return $value (mixed) the modified value
*/
function format_value( $value, $post_id, $field ) {
// bail early if no value
@@ -386,7 +382,6 @@ if ( ! class_exists( 'acf_field_image' ) ) :
* @param $vars (array)
* @return $vars
*/
function get_media_item_args( $vars ) {
$vars['send'] = true;
@@ -407,7 +402,6 @@ if ( ! class_exists( 'acf_field_image' ) ) :
*
* @return $value - the modified value
*/
function update_value( $value, $post_id, $field ) {
return acf_get_field_type( 'file' )->update_value( $value, $post_id, $field );