plugin updates

This commit is contained in:
Tony Volpe
2024-07-16 13:57:46 +00:00
parent 41f50eacc4
commit 8f93917880
1529 changed files with 259452 additions and 25451 deletions

View File

@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.

View File

@@ -396,9 +396,8 @@ if ( ! class_exists( 'ACF_Admin_UI_Options_Page' ) ) :
continue;
}
// Ensure that the current item is not an ACF page or that ACF pages are an empty array before adding to others.
if ( ! empty( $acf_parent_page_choices['acfOptionsPages'] ) && ! in_array( $page_name, $acf_parent_page_choices['acfOptionsPages'], true ) || empty( $acf_parent_page_choices['acfOptionsPages'] ) ) {
// If matched menu slug is not in the list add it to others.
// If the current item is not an ACF-created options page, add it to the "Others" list.
if ( empty( $acf_parent_page_choices['acfOptionsPages'][ $item[2] ] ) ) {
$acf_parent_page_choices['Others'][ $item[2] ] = acf_esc_html( $sanitized_name );
}
}

View File

@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.

View File

@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.

View File

@@ -0,0 +1,2 @@
<?php
// There are many ways to WordPress.