Thread Starter
shurzo
(@shurzo)
Bangla – country Bangladesh. WordPress code (bn_BD)
Thread Starter
shurzo
(@shurzo)
I just got Solution !!!! its really very simple. Just Go to Plugins > Editor , then find your plugin from dropdown menu (up right), then find the file named shortcode with it. Then find something like this >
” if ( get_user_option(‘rich_editing’) == ‘true‘) : “
You just need put the false word like this >
” if ( get_user_option(‘rich_editing’) == ‘false‘) : “
Thanks all !!!
Thread Starter
shurzo
(@shurzo)
I already find those plugins. but i need them 🙁 any way to edit some code?