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

@@ -22,7 +22,6 @@ if ( ! class_exists( 'ACF_Form_User' ) ) :
* @param n/a
* @return n/a
*/
function __construct() {
// enqueue
@@ -55,7 +54,6 @@ if ( ! class_exists( 'ACF_Form_User' ) ) :
* @param void
* @return void
*/
function admin_enqueue_scripts() {
// bail early if not valid screen
@@ -79,7 +77,6 @@ if ( ! class_exists( 'ACF_Form_User' ) ) :
* @param void
* @return void
*/
function login_form_register() {
// customize action prefix so that "admin_head" = "login_head"
@@ -101,7 +98,6 @@ if ( ! class_exists( 'ACF_Form_User' ) ) :
* @param void
* @return void
*/
function render_register() {
// render
@@ -125,7 +121,6 @@ if ( ! class_exists( 'ACF_Form_User' ) ) :
* @param void
* @return void
*/
function render_edit( $user ) {
// add compatibility with front-end user profile edit forms such as bbPress
@@ -154,7 +149,6 @@ if ( ! class_exists( 'ACF_Form_User' ) ) :
* @param $post_id (int)
* @return $post_id (int)
*/
function render_new() {
// Multisite uses a different 'user-new.php' form. Don't render fields here
@@ -184,7 +178,6 @@ if ( ! class_exists( 'ACF_Form_User' ) ) :
* @param $el (string)
* @return n/a
*/
function render( $args = array() ) {
// Allow $_POST data to persist across form submission attempts.
@@ -268,7 +261,6 @@ if ( ! class_exists( 'ACF_Form_User' ) ) :
* @param $post_id (int)
* @return $post_id (int)
*/
function admin_footer() {
// script
@@ -301,7 +293,6 @@ if ( ! class_exists( 'ACF_Form_User' ) ) :
* @param $post_id (int)
* @return $post_id (int)
*/
function save_user( $user_id ) {
// verify nonce