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

@@ -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 );