Skip to main content

Open Source

disable-wysiwyg
Tools Open Source Sync WordPress
=== Disable WYSIWYG === Contributors: Sparanoid Donate link: https://sparanoid.com/donate/ Tags: admin, administration, content, contents, excerpt, excerpts, feeds, html, multisite, page, pages, plugin, plugins, post, posts, text, title, wpmu, writing, wysiwyg, editor, visual, visual editor, TinyMCE Requires at least: 1.
autopilot-ansible
Tools Open Source PHP WordPress
Autopilot Autopilot is a (cloud) webhosting control panel for managing multiple servers, sites and WordPress installations. We use Autopilot at Sitepilot for our managed WordPress webhosting platform. With Autopilot you can:
ep-tools-eros-pedrini-tools-atom-fix
Tools Open Source PHP WordPress
=== EP Tools (Eros Pedrini Tools) - Atom Fix === Contributors: Eros Pedrini Tags: atom, feed, fix, RFC, 4685, thr:total Requires at least: 2.1 Tested up to: 2.6 Stable tag: 2.
dev-toolbox
Tools Open Source PHP WordPress
=== Dev Toolbox === Author: SedLex Contributors: SedLex Author URI: http://www.sedlex.fr/ Plugin URI: http://wordpress.org/plugins/dev-toolbox/ Tags: dev, prod, development, production, svn Requires at least: 3.0 Tested up to: 4.2 Stable tag: trunk License: GPLv3 Every thing you need to efficiently develop a fresh plugin.
synchronize_wechat
Tools Open Source Sync WordPress
synchronize wechat synchronize wechat post articles to wordpress website, see plugins for release. Introduction WeChat is the most popular instant message tools in China. Nowadays, wechat posts are very common and people read traditional webpages in less frequency.
wp-sync-posts
Tools Open Source Sync WordPress
Sync posts use OtomatiesWpSyncPostsSyncer; $syncer = new Syncer('post'); $response = wp_remote_get('https://example.com'); $externalPosts = wp_remote_retrieve_body($response); foreach ($externalPosts as $externalPost) { $args = [ 'post_title' => $externalPost->title(), 'post_content' => $externalPost->content(), 'post_date' => gmdate('Y-m-d H:i:s', $externalPost->createdTime()), 'post_status' => 'publish', 'meta_input' => [ 'external_id' => $externalPost->id(), 'other_meta' => $externalPost->otherMeta(), ), 'media' => [ [ 'key' => false, 'featured' => true, 'url' => $externalPost->thumbnail()->url(), 'date_modified' => gmdate('Y-m-d H:i:s', $externalPost->createdTime()), ], ], ]; $existingPostQuery = [ 'by' => 'meta_value', // id, meta_value 'key' => 'external_id', // Only if 'by' => 'meta_value' 'value' => $externalPost->id(), // Unique value to identify this post ]; $syncer->addPost($args, $existingPostQuery); } $syncer->execute(); Sync products use OtomatiesWpSyncPostsSyncer; $syncer = new Syncer('product'); $response = wp_remote_get('https://example.
wp-yak
Tools Open Source PHP WordPress
WP Yak Written in familiar PHP, WP Yak (WPY) is a simple, but powerful deployment tool for WordPress Plugin & Theme Development Tested only for GitHub (BitBucket & GitLab pending).
thesis-toolbar
Tools Open Source PHP WordPress
=== Thesis Toolbar === Contributors: daveshine, deckerweb Donate link: http://genesisthemes.de/en/donate/ Tags: toolbar, tool bar, adminbar, admin bar, thesis, thesis theme, thesiswp, framework, administration, resources, links, theme, settings, manage, deckerweb, ddwtoolbar Requires at least: 3.
ManageWP Code Snippets
Snippets Open Source PHP WordPress
ManageWP Code Snippets ManageWP code snippets collection for WordPress. How To Use Just copy and paste the available code snippets below and load it to your ManageWP code snippets editor.
taxonomy-extra-tools
Tools Open Source PHP WordPress
=== Taxonomy Extra Tools === Contributors: 3dolab Tags: taxonomy, custom taxonomy, permalink, title, nav menu, menu, archive, custom post type, custom post types, post type, post types License: GPLv2 Requires at least: 3.
htauth-sync
Tools Open Source Sync WordPress
=== HTAuth Sync === Contributors: johnl1479 Donate link: http://johnluetke.net/donate Tags: apache, htaccess, htauth, htusers, htdigest, authentication Requires at least: 3.5 Tested up to: 3.8 Stable tag: 1.0.0 License: Apache License 2.
orderstorm-wordpress-toolbox
Tools Open Source PHP WordPress
=== OrderStorm WordPress Toolbox === Contributors: carlosman, dansallis Donate link: www.orderstorm.com/wordpress-e-commerce-sign-up/ecommerce-wordpress-plugin-pricing/ Tags: e-commerce, ecommerce, shopping cart, ecommerce shopping cart, cart, store Requires at least: 3.0 Tested up to: 3.4.1 Stable tag: 0.
GCPT
Tools Open Source PHP WordPress
Garrett County Planning Tool (GCPT) – Public Health and Population Health Data and Planning Tool Installation We recommend installing through the WordPress repository to receive automatic updates. https://wordpress.org/plugins/garrett-county-planning-tool-gcpt/ Updating From The UCPT (2018 Versions) Disable, but do NOT uninstall the UCPT plugins.
wp-term-management-tools
Tools Open Source PHP WordPress
Term Management Tools Contributors: scribu Tags: admin, category, tag, term, taxonomy, hierarchy, organize, manage Requires at least: 3.2 Tested up to: 4.3 Stable tag: 1.1.4 License: GPLv2 or later
microblog-tools
Tools Open Source PHP WordPress
=== micro.blog Tools === Contributors: magicroundabout Tags: microblogging Requires at least: 4.7 Tested up to: 4.8.1 Stable tag: 0.1.3 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Some handy tools that make using WordPress with the Micro.
twitter-tools-google-analytics-tagging
Tools Open Source PHP WordPress
=== Plugin Name === Contributors: oriolfb Donate link: http://www.farre.cat/blog Tags: twitter, Google Analytics, Tag, tweet, Requires at least: 2.7.0 Tested up to: 2.8.3 Stable tag: trunk Tag all your URL's posted to twitter with Google Analytics tags using Twitter Tools == Description == Twitter Tools - Google Analytics Tagger integrats with Alex King's Twitter Tools to tag all the URL's published with the Google Analytics Campaign.
Wordplurk-improve
Tools Open Source Sync WordPress
=== WordPlurk improve === Contributors: renn999, bluefur, Speedboxer Donate link: http://www.renn999.twbbs.org/wordplurk-improve Tags: plurk Requires at least: 3.0 Tested up to: 3.4 Stable tag: 3.2 WordPlurk improve is Base on 'WordPlurk', and add more settings and functions.
wordpress-plugin-extensions
Tools Open Source PHP WordPress
WordPress Plugin Extensions Extends WordPress’ lackluster plugin management into a more full-featured suite of tools Setup Nothing. This autostarts as a background daemon service, so long as WordPress is started prior.
Visual Studio Code
Software Open Source Web Development
Visual Studio Code combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. It provides comprehensive code editing, navigation, and understanding support along with lightweight debugging, a rich extensibility model, and lightweight integration with existing tools.
wp-syncs
Tools Open Source Sync WordPress
Syncs Requires PHP 7.0 and WordPress 4.6 Syncs synchronizes attachments, posts and terms between multisites Installation composer require isotopsweden/wp-syncs Usage Example configuration for post types: // With `register_post_type` register_post_type( 'book', [ 'syncs' => true ] ); // With the filter.