Skip to content

Commit

Permalink
replaced null with empty string because behind the scene it uses strp…
Browse files Browse the repository at this point in the history
…os() and str_replace() where a null value is deprecated. (#443)

Co-authored-by: Aashish <aashish@omise.co>
  • Loading branch information
aashishgurung and Aashish committed Mar 13, 2024
1 parent 978ab40 commit 6cef5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-omise-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function wordpress_hook_admin_menu()
public function wordpress_hook_card_form_customization()
{
add_submenu_page(
null,
"",
__('Custom card form customization', 'omise'),
Omise_Page_Card_From_Customization::PAGE_NAME,
'manage_options',
Expand Down

0 comments on commit 6cef5e4

Please sign in to comment.