Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin: Admin Post Anything


_ck_
Participant

@_ck_

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',8);

Since I can’t edit my first post I will try to add it to the repository with the changes?

Skip to toolbar