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_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.