plugin updates

This commit is contained in:
Tony Volpe
2024-06-17 14:48:11 -04:00
parent ecc5fbf831
commit 3751a5a1a6
1318 changed files with 91130 additions and 52250 deletions

View File

@@ -16,7 +16,6 @@ if ( ! class_exists( 'acf_field_button_group' ) ) :
* @param n/a
* @return n/a
*/
function initialize() {
// vars
@@ -224,7 +223,6 @@ if ( ! class_exists( 'acf_field_button_group' ) ) :
* @param array $field The field array holding all the field options
* @return $field
*/
function update_field( $field ) {
return acf_get_field_type( 'radio' )->update_field( $field );
@@ -242,7 +240,6 @@ if ( ! class_exists( 'acf_field_button_group' ) ) :
* @param array $field The field array holding all the field options
* @return $value
*/
function load_value( $value, $post_id, $field ) {
return acf_get_field_type( 'radio' )->load_value( $value, $post_id, $field );
@@ -258,7 +255,6 @@ if ( ! class_exists( 'acf_field_button_group' ) ) :
* @param array $field The field array holding all the field options
* @return $field
*/
function translate_field( $field ) {
return acf_get_field_type( 'radio' )->translate_field( $field );
@@ -276,7 +272,6 @@ if ( ! class_exists( 'acf_field_button_group' ) ) :
* @param array $field The field array holding all the field options
* @return $value
*/
function format_value( $value, $post_id, $field ) {
return acf_get_field_type( 'radio' )->format_value( $value, $post_id, $field );