Skip to content

Instantly share code, notes, and snippets.

@glee0511
glee0511 / GPLS_Shared_Limits
Created October 16, 2025 12:28
PD | Share limits across all products
class GPLS_Shared_Limits {
public $_args = array();
public function __construct( $args = array() ) {
$this->_args = wp_parse_args( $args, array(
'form_id' => false,
'field_groups' => array(),
'form_groups' => array(),