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

@@ -15,7 +15,6 @@ if ( ! class_exists( 'acf_field_link' ) ) :
* @param n/a
* @return n/a
*/
function initialize() {
// vars
@@ -41,7 +40,6 @@ if ( ! class_exists( 'acf_field_link' ) ) :
* @param $post_id (int)
* @return $post_id (int)
*/
function get_link( $value = '' ) {
// vars
@@ -171,7 +169,6 @@ if ( ! class_exists( 'acf_field_link' ) ) :
*
* @return $value (mixed) the modified value
*/
function format_value( $value, $post_id, $field ) {
// bail early if no value
@@ -202,7 +199,6 @@ if ( ! class_exists( 'acf_field_link' ) ) :
* @param $post_id (int)
* @return $post_id (int)
*/
function validate_value( $valid, $value, $field, $input ) {
// bail early if not required
@@ -233,7 +229,6 @@ if ( ! class_exists( 'acf_field_link' ) ) :
*
* @return $value - the modified value
*/
function update_value( $value, $post_id, $field ) {
// Check if value is an empty array and convert to empty string.