Skip to main content

PHP

smartpost
Tools Open Source PHP WordPress
=== SmartPost Templates === Contributors: rafdizzle86 Donate link: http://rafilabs.com/ Tags: templates, forms, front end editor, video, ffmpeg, picture gallery, media, uploader Stable tag: 2.4.0 Requires at least: 3.8 Tested up to: 4.
debug
Tools Open Source PHP WordPress
=== Debug === Contributors: WPDO Tags: debug Requires at least: 4.0 Tested up to: 4.9.7 Stable tag: 2.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html An easy WordPress debug tool for plugin/theme developers.
wp-github-tools
Tools Open Source PHP WordPress
WP GitHub Tools A plugin that inserts dynamic updates for your GitHub repositories. Description Use the custom GitHub Commit widget to display a list of the latest updates from a repository.
wp-tools
Tools Open Source PHP WordPress
wp-tools (wpt) wp-tools (wpt) is a command line interface to reduce boring tasks when working on WordPress plugin / theme project that will be published to wp.org. Most commands in wpt are shamelessly borrowed from existing task runner plugin
admin-toolbar-menus
Tools Open Source PHP WordPress
=== Admin Toolbar Menus === Contributors: Benbodhi Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F7W2NUFAVQGW2 Tags: toolbar, admin, menu, menus, wplogo, adminbar, topbar, bar Requires at least: 3.4 Tested up to: 4.3 Stable tag: trunk License: GPLv2 or later License URI: http://www.
wikilookup-wordpress
Tools Open Source PHP WordPress
Wikilookup for WordPress Add the power of Wikipedia to your WordPress Blog Install Download the plugin files from the official WordPress plugin store: https://wordpress.org/plugins/wikilookup/ Extract the folder in your wp-content/plugins/ in your WordPress installation.
decode-reply-tool
Tools Open Source PHP WordPress
=== Decode Reply Tool === Contributors: scottsmith Donate link: Tags: reply, Decode, discussion, social, twitter, app.net, adn, simple, minimal Requires at least: 2.7 Tested up to: 4.1 Stable tag: 1.1.9 License: GPLv3 or later License URI: http://www.
necessary-tools
Tools Open Source PHP WordPress
=== Necessary-tools === Contributors: foresthoffman Tags: export, duplication, posts, admin Requires at least: 3.0.2 Tested up to: 4.7.3 Stable tag: 1.1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Necessary Tools provides useful features that should be included in WordPress by default.
wp-nanowrimo
Tools Open Source PHP WordPress
=== WP-NaNoWriMo === Contributors: Meredith Matthews Tags: NaNoWriMo, nano, wordcount, word, count, api, wp-rest, novel Tested up to: 4.4.1 License: GPL 3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html A set of tools useful for NaNoWriMo participants, including word counts, goals, and a template to display your entire book.
wp-toolkit
Tools Open Source PHP WordPress
WordPress toolkit A PHP toolkit to boost your WordPress development! 🚀 Installation Install the package via Composer: composer require studiometa/wp-toolkit Requirements PHP >=7.3 Usage // Create Custom Post Type use StudiometaWPToolkitBuildersPostTypeBuilder; $cpt = new PostTypeBuilder( 'product' ); $cpt->set_labels( 'Product', 'Products' ) ->set_has_archive( true ) ->register(); // Create Custom Taxonomy use StudiometaWPToolkitBuildersTaxonomyBuilder; $tax = new TaxonomyBuilder( 'product-cat' ); $tax->set_post_types( 'product' ) ->set_labels( 'Product Category', 'Product Categories' ) ->register(); // Create a manager use StudiometaWPToolkitManagersManagerInterface; class CustomManager implements ManagerInterface { run() { add_action( 'init', array( $this, 'some_action' ) ); } some_action() { // do something on init } } // Init all managers use StudiometaWPToolkitManagersManagerFactory; use StudiometaWPToolkitManagersAssetsManager; use StudiometaWPToolkitManagersCleanupManager; ManagerFactory::init( array( new AssetsManager(), new CleanupManager(), new CustomManager() ) ); AssetsManager The AssetsManager manager does the heavy lifting of registering and enqueuing assets for you.
wordpressbackuptool
Tools Open Source PHP WordPress
WordPressBackupTool Pure backup tool to backup your WordPress installation out of the box via WebFrontend (PHP) Contributors: number42io, hoenick Tags: wordpress, backup, backups, zip, files, archive, webfrontend, extract, restore
UCPT
Tools Open Source PHP WordPress
UCPT 10.1 Final Initial Release Universal Community Planning Tool The Universal Community Planning Tool (UCPT) is a population health planning framework that guides communities in implementing a digital collaborative to track their community’s planning processes.
hello-wordpress-docker-circleci
Tools Open Source PHP WordPress
Hello WordPress Docker CircleCI A WordPress project running in Docker integrated with Circle CI, ready to deploy from development to production, bundled with all the necessary tools. Usage I am using the WordPress Docker container to run the commands through as that container has the required tools and libs to build and develop this project.
responsive-tooltip
Tools Open Source PHP WordPress
Responsive Mobile-Friendly Tooltip Plug-in for WordPress A WordPress plugin that helps you create responsive and mobile-friendly tooltips. tooltips are used to present a tiny amount of hidden content (mainly explanatory, so-called tips), that pops up when user moves a cursor over or clicks (less common) on a special target.
add-toolbar-content-links
Tools Open Source PHP WordPress
=== Plugin Name === Contributors: circlecube Donate link: https://circlecube.com/listens/ Tags: admin, toolbar, shortcuts Requires at least: 3.3 Tested up to: 5.8 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.
copyright-licensing-tools
Tools Open Source PHP WordPress
=== iCopyright Toolbar === Contributors: iCopyright Inc. Tags: ads, advertising, article tools, attribution, copyright, creative commons, curate, curation, curation tools, content distribution, icopyright, infringement, license, licensing, monetization, monetize, network, piracy, publish, publishing, reblog, repost, re-use, reprints, republish, republish network, republishing network, repubHub, reuse, Share, sharing, syndicate, syndication Requires at least: 3.
bedrock-multisite-skeleton
Tools Open Source PHP WordPress
Bedrock Multisite Skeleton A WordPress Bedrock multisite skeleton. This project is trying to simplify the way we’re setting up a new WordPress project. Don’t repeat yourself. Much of the philosophy behind Bedrock is inspired by the Twelve-Factor App methodology including the WordPress specific version.
acf-tooltip
Tools Open Source PHP WordPress
=== ACF Tooltip === Contributors: tmconnect Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XMLKD8H84HXB4&lc=US&item_name=Donation%20for%20WordPress%20Plugins&no_note=0&cn=Add%20a%20message%3a&no_shipping=1¤cy_code=EUR Tags: acf, acfpro, advanced custom fields, instructions, tooltip Requires at least: 4.7 Tested up to: 4.8 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.
gd-tools
Tools Open Source PHP WordPress
Good Tools Starter plugin for quickly prototyping features for our WordPress projects. Description This plugin is for quickly prototyping features we want to develop for WP projects. The framework got its start with the WordPress Plugin Boilerplate Genertator
photo-tools-image-taxonomies
Tools Open Source PHP WordPress
=== PhotoPress - Image Taxonomies === Contributors: padams Donate link: http://www.photopressdev.com Tags: photos, images, taxonomies, Lightroom, meta, meta data, image taxonomies, taxonomies, photo meta-data, Adobe Lightroom, CaptureOne, digital asset managers, photo catalogs Requires at least: 3.