Re: Plugin: Admin Post Anything
Okay by adding these to the remove_filters list, you can also run allow images:
remove_filter( 'pre_post', 'allow_images_encode_bad', 9 );
remove_filter( 'pre_post', 'allow_images', 52 );
It may also be necessary to increase my filter priority to 8, ie.
add_filter('pre_post', 'bb_admin_post_anything',
;
Since I can’t edit my first post I will try to add it to the repository with the changes?