ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

Widget Output Filters

وضاحت

Sometimes developers need to filter the output of a widget that does not have its own output filter built-in. This plugin provides a filter which will allow developers to filter any widget’s output, regardless of whether it has that capability natively or not.

This plugin was inspired by a similar filter in the Widget Logic plugin, and essentially duplicates that functionality, but with more flexibility.

Usage instructions are on GitHub.

This plugin is developed on GitHub, and is available as a Composer package.

انسٽاليشن

If you know what WordPress filters are, you probably know how to install a plugin. Just install and activate; there are no settings to configure. See the usage instructions on GitHub.

جائزا

13 فيبروري 2017
If I'd found your library a week ago, I'd have got a lot more of my "life" stuff done! I suppose I'd have learned somewhat less about the darker depths of Wordpress core - but I still didn't succeed in modifying my widget output correctly. Added Widget Output Filters, spent ten minutes reading up, and the job's done. So ... thanks, but please could you come round and sort out all the housework & laundry I've let slide? 😉
3 سيپٽمبر 2016
This is a great plugin! I remember a bunch of projects ago that I was wanting to be able to put some stuff into widget areas independent of stuff already entered via the admin interface. And here it is. 🙂 Yes, you need to write some code, but this is cleaner and nicer than setting up an output buffer, setting up a fancy shortcode scenario from scratch, or other means. Philip - thanks very much! Dave
3 سيپٽمبر 2016
Finally a solution to something that was once so complicated to do...
جمع: سڀ 3 تبصرا پڙهو

تعاون ڪندڙ & ڊولپرز

“Widget Output Filters” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “Widget Output Filters” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

1.2.0

  • Fix infinite loop when the same widget instance is rendered twice on the same page as some page builder plugins allow
  • Convert class to a singleton
  • Update docs

1.1.0

  • Refactor code
  • Add Composer support
  • Add sidebar ID as a parameter in the filter

1.0

  • Initial release