Skip to content

Instantly share code, notes, and snippets.

View andymarch25's full-sized avatar
👋

Andrew Novikov andymarch25

👋
  • Markupus
  • Ukraine
View GitHub Profile
@andymarch25
andymarch25 / functions.php
Last active September 16, 2019 13:49
Wordpress: Duplicate post with empty repeater
<?php
/**
* Duplicate post with empty repeater
*/
function delete_repeater_data($post_id) {
update_field( 'repeater_name', '', $post_id);
}