Prevent "add_action" from being called multiple times
It came to my attention that CRM_Utils_System_WordPress::addHTMLHead()
can potentially add multiple callbacks to wp_head
and/or admin_head
because $registered
is never set. PR to follow.
It came to my attention that CRM_Utils_System_WordPress::addHTMLHead()
can potentially add multiple callbacks to wp_head
and/or admin_head
because $registered
is never set. PR to follow.
added git:civicrm-wordpress sig:bug triaged labels
PR has been merged closing
closed