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

@@ -24,7 +24,6 @@ if ( ! class_exists( 'acf_form_comment' ) ) :
* @param n/a
* @return n/a
*/
function __construct() {
// actions
@@ -51,7 +50,6 @@ if ( ! class_exists( 'acf_form_comment' ) ) :
* @param n/a
* @return (boolean)
*/
function validate_page() {
// global
@@ -78,7 +76,6 @@ if ( ! class_exists( 'acf_form_comment' ) ) :
* @param n/a
* @return n/a
*/
function admin_enqueue_scripts() {
// validate page
@@ -105,7 +102,6 @@ if ( ! class_exists( 'acf_form_comment' ) ) :
* @param $comment (object)
* @return n/a
*/
function edit_comment( $comment ) {
// vars
@@ -177,7 +173,6 @@ if ( ! class_exists( 'acf_form_comment' ) ) :
* @param $post_id (int)
* @return $post_id (int)
*/
function comment_form_field_comment( $html ) {
// global
@@ -241,7 +236,6 @@ if ( ! class_exists( 'acf_form_comment' ) ) :
* @param comment_id (int)
* @return n/a
*/
function save_comment( $comment_id ) {
// bail early if not valid nonce
@@ -271,7 +265,6 @@ if ( ! class_exists( 'acf_form_comment' ) ) :
* @param $post_id (int)
* @return $post_id (int)
*/
function admin_footer() {
?>