resolve some errors in php logic, like strlen with str containing space that is interpreted as array instead of string

This commit is contained in:
asus
2023-11-08 16:13:25 +01:00
parent 036473d58f
commit 3429d5dda3
41 changed files with 2653 additions and 8 deletions

View File

@@ -135,8 +135,8 @@ add_action( 'publish_post', 'post_published_coordinates', 10, 2 );
function ljdp_map_menu() {
add_menu_page(
'ljdp map', // page_title
'ljdp map', // menu_title
'JIPF map', // page_title
'JIPF map', // menu_title
'manage_options', // capability
'ljdp-map-plugin', // menu_slug
'ljdp_map_plugin_content' // callback function to display page content