Problem I am making a filter to get posts by status that are saved by post metavalue in a WordPress […]
Tag: plugin
Pluggin’ in Plugins
Problem I’m currently working on an in-house project and a part of that project is this pretty standard plugin loader […]
Plugin for pulling Tweets
Problem I’ve been working on a jQuery plugin for pulling tweets since the v1 endpoints were all closed off and […]
Pattern for creating a globally accessible custom plugin
Problem I’m currently using this pattern to create and extend a globally accessible custom plugin to be used in a […]
Stateful Javascript plugin [closed]
Problem Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add […]
My first jQuery plugin — Heftybox
Problem I’m getting started with my first official jQuery plugin, and I’m just turning now looking for input. I want […]
Zoom in/zoom out jQuery plugin
Problem I created my first plugin in jQuery and just want some inputs on how I can improve the code […]
Bash Compress Managed Directory Ignoring .git, bower_components, node_modules, etc
Problem Fairly easy way to compress a wordpress plugin (or similar) as a zip file without including all the dependencies […]
Bash plugin to setup project for books
Problem I’m writing a bash plugin to help people create books in a specific way. It’s an ordinary shell script […]
Setup options for a jQuery plugin
Problem This code is the basic structure I use for coding plugins. It’s pretty standard with the settings extended and […]