We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Your current update don't let me post new stuff or edit existing ones anymore.
Fatal error: Uncaught TypeError: array_map(): Argument #2 ($array) must be of type array, null given in /.../wp-content/plugins/indieweb-post-kinds/includes/class-kind-metabox.php:433 Stack trace: #0 /.../wp-content/plugins/indieweb-post-kinds/includes/class-kind-metabox.php(433): array_map() #1 /.../wp-includes/class-wp-hook.php(305): Kind_Metabox::save_post() #2 /.../wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters() #3 /.../wp-includes/plugin.php(470): WP_Hook->do_action() #4 /.../wp-includes/post.php(4468): do_action() #5 /.../wp-includes/revision.php(334): wp_insert_post() #6 /.../wp-includes/revision.php(190): _wp_put_post_revision() #7 /.../wp-includes/class-wp-hook.php(305): wp_save_post_revision() #8 /.../wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters() #9 /.../wp-includes/plugin.php(470): WP_Hook->do_action() #10 /.../wp-includes/post.php(4442): do_action() #11 /.../wp-includes/post.php(4570): wp_insert_post() #12 /.../wp-admin/includes/post.php(423): wp_update_post() #13 /.../wp-admin/post.php(227): edit_post() #14 {main}
thrown in /.../wp-content/plugins/indieweb-post-kinds/includes/class-kind-metabox.php on line 433
The text was updated successfully, but these errors were encountered:
is 'ifset' instead of 'isset' in this file legitimate?
Sorry, something went wrong.
ifset is a function I created
Will fix, a bit flummoxed last night m
Should be fixed now.
No branches or pull requests
Your current update don't let me post new stuff or edit existing ones anymore.
Fatal error:
Uncaught TypeError:
array_map(): Argument #2 ($array) must be of type array, null given in /.../wp-content/plugins/indieweb-post-kinds/includes/class-kind-metabox.php:433
Stack trace:
#0 /.../wp-content/plugins/indieweb-post-kinds/includes/class-kind-metabox.php(433):
array_map()
#1 /.../wp-includes/class-wp-hook.php(305): Kind_Metabox::save_post()
#2 /.../wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
#3 /.../wp-includes/plugin.php(470): WP_Hook->do_action()
#4 /.../wp-includes/post.php(4468): do_action()
#5 /.../wp-includes/revision.php(334): wp_insert_post()
#6 /.../wp-includes/revision.php(190): _wp_put_post_revision()
#7 /.../wp-includes/class-wp-hook.php(305): wp_save_post_revision()
#8 /.../wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
#9 /.../wp-includes/plugin.php(470): WP_Hook->do_action()
#10 /.../wp-includes/post.php(4442): do_action()
#11 /.../wp-includes/post.php(4570): wp_insert_post()
#12 /.../wp-admin/includes/post.php(423): wp_update_post()
#13 /.../wp-admin/post.php(227): edit_post()
#14 {main}
thrown in /.../wp-content/plugins/indieweb-post-kinds/includes/class-kind-metabox.php on line 433
The text was updated successfully, but these errors were encountered: