Skip to main content

Sync

wp_talkToComposer
Tools Open Source Sync WordPress
=== Talk to Composer === Contributors: heiglandreas Tags: composer, git Requires at least: 4.3 Tested up to: 4.5 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Add all your active plugins to a composer.
so-remove-wpml-menu-sync
Tools Open Source Sync WordPress
=== SO Remove WPML Menu Sync === Contributors: senlin Donate link: http://so-wp.com/donations Tags: wpml, menu, sync, synchronization, addon Requires at least: 4.0 Tested up to: 4.3 Stable tag: 1.1.1 License: GPLv2 or later License URI: http://www.
woocommerce-eu-vat-rates-sync
Tools Open Source Sync WordPress
=== WooCommerce EU VAT Rates for Digital Goods Sync === Contributors: mikejolley Tags: eu vat, woocommerce, digital goods, taxes Requires at least: 3.8 Tested up to: 4.1 Stable tag: 1.0.0 Syncs 2 Tax Classes (named Digital Goods and eBooks) with https://github.
storefront-beta
Tools Open Source Sync WordPress
My Attempt To Keep Storefront Synced with a WordPress insance WordPress Plugin to Update and Sync WooCommerce Storefront to the Latest Release It seem to me that there’s a lot of updaters out there.
sync-opml-to-blogroll
Tools Open Source Sync WordPress
Sync OPML to Blogroll Keep your WordPress blogroll in sync with your feed reader. Instructions Install, activate, and head over to Settings > Sync OPML to Blogroll to tell WordPress about your OPML endpoint of choice.
s3-media-sync
Tools Open Source Sync WordPress
S3 Media Sync This plugin syncs the uploads directory on a VIP Go environment to an AWS S3 instance. Props S3-Uploads and Human Made for creating much of the functionality: https://github.
f5sites-wordpress-mysql-manager-wp-plugin-shell-2016
Tools Open Source Sync WordPress
F5 Sites | WordPress MySQL Manager (wpsql) wpsql-cli provides an easy way to manage and speed-up WordPress development process by shortining WordPress SQL data management tasks. Ideal for multiple wordpress installs sharing the same database.
passle-sync-wordpress
Tools Open Source Sync WordPress
Passle Sync for WordPress Warning There’s a breaking change on the way. Once this change has been deployed to the Passle backend, the plugin won’t auto-sync until you’ve updated to the latest version.
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.
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.
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.
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.
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.
WP-Plugin-NewsmanApp
Tools Open Source Sync WordPress
NewsmanApp plugin for WordPress & Remarketing NewsmanApp plugin for WordPress allows you to place a newsletter signup form on your blog (widget), to sync your subscribers via API and to send newsletters based on the blog posts via NewsmanApp.
ldap-user-sync
Tools Open Source Sync WordPress
LDAP User Sync for WordPress This is a WordPress plugin to synchronize user accounts from a LDAP directory to your WordPress user database. License: BSD 2-Clause Inspired by ricardozanini/ldap-users-sync, which syncs AD accounts to WP.
click-to-call-synclio
Tools Open Source Sync WordPress
=== Synclio Click To Call === Tags: click to call, call, synclio, call back Stable tag: 2.1 Requires at least: 3.0.1 Tested up to: 3.4 License: GPLv2 or later License URI: http://www.
wordpress-tag-sync
Tools Open Source Sync WordPress
Github to WordPress.org Tag Sync This script is intended to be used to create a tag in the WordPress.org SVN repo when after your build succeeds via Travis. Getting started Install the package yarn add @boldgrid/wordpress-tag-sync --dev Update your travis.
wordpress-seo-premium
Tools Open Source Sync WordPress
Yoast SEO Premium Welcome to the Yoast SEO GitHub repository While the documentation for the Yoast SEO plugin can be found on Yoast.com, here you can browse the source of the project, find and discuss open issues and even
wpsync
Tools Open Source Sync WordPress
WPSync Do you use a GitHub, or any other git or svn repository, for the development of your WordPress plugin? Are you bored of copying and pasting all of the files when you launch a new version of your plugin?