All Projects → isotopsweden → Wp Hercules

isotopsweden / Wp Hercules

Licence: mit
Simple domain mapping for top domains

Projects that are alternatives of or similar to Wp Hercules

Momtaz Nmwdhj
A WordPress forms elements API plugin.
Stars: ✭ 11 (-15.38%)
Mutual labels:  wordpress, wordpress-plugin
Dashboard Cleanup
Cleans up the WP Admin backend by disabling various core WP and WC bloat features including Automattic spam, nag notices, tracking, and other items.
Stars: ✭ 23 (+76.92%)
Mutual labels:  wordpress, wordpress-plugin
Netlify Rebuild
WordPress Plugin to trigger Netlify rebuild
Stars: ✭ 19 (+46.15%)
Mutual labels:  wordpress, wordpress-plugin
Wp Controllers
The OOP Developer's best friend for working with objects in WordPress
Stars: ✭ 25 (+92.31%)
Mutual labels:  wordpress, wordpress-plugin
Wp Structuring Markup
🔌 WordPress: Plug-in Markup (JSON-LD) structured in schema.org
Stars: ✭ 26 (+100%)
Mutual labels:  wordpress, wordpress-plugin
Wordpress Theme Framework
Lightweight MVC theming framework for developers who want to better organize their own custom themes with an MVC approach.
Stars: ✭ 18 (+38.46%)
Mutual labels:  wordpress, wordpress-plugin
Pdpa Consent
WordPress plugin for PDPA Consent allows you to notify to the user to accept privacy terms. Comply with Thailand PDPA law.
Stars: ✭ 23 (+76.92%)
Mutual labels:  wordpress, wordpress-plugin
Web Stories Wp
Web Stories for WordPress
Stars: ✭ 502 (+3761.54%)
Mutual labels:  wordpress, wordpress-plugin
Better Search
Better Search WordPress plugin
Stars: ✭ 9 (-30.77%)
Mutual labels:  wordpress, wordpress-plugin
Mcavoy
Discover what visitors are searching for on your WordPress site.
Stars: ✭ 24 (+84.62%)
Mutual labels:  wordpress, wordpress-plugin
Gutenberg
The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
Stars: ✭ 7,409 (+56892.31%)
Mutual labels:  wordpress, wordpress-plugin
Cyr2lat
Converts Cyrillic characters in post, page and term slugs to Latin characters. Useful for creating human-readable URLs.
Stars: ✭ 25 (+92.31%)
Mutual labels:  wordpress, wordpress-plugin
Wp Print
Displays a printable version of your WordPress blog's post/page.
Stars: ✭ 16 (+23.08%)
Mutual labels:  wordpress, wordpress-plugin
Raccoon Plugin
With Raccoon, use a JSON or YAML file to manage WordPress theme features
Stars: ✭ 18 (+38.46%)
Mutual labels:  wordpress, wordpress-plugin
Wp Password Bcrypt
WordPress plugin to implement secure bcrypt hashed passwords
Stars: ✭ 520 (+3900%)
Mutual labels:  wordpress, wordpress-plugin
Press Sync
The easiest way to synchronize posts, media, users and more between two WordPress sites.
Stars: ✭ 22 (+69.23%)
Mutual labels:  wordpress, wordpress-plugin
Intervention
WordPress plugin to configure wp-admin and application state using a single config file.
Stars: ✭ 481 (+3600%)
Mutual labels:  wordpress, wordpress-plugin
Coblocks
A suite of professional page building content blocks for the WordPress Gutenberg block editor.
Stars: ✭ 486 (+3638.46%)
Mutual labels:  wordpress, wordpress-plugin
Wordpressplugin
Rocket.Chat.Livechat plug-in for WordPress
Stars: ✭ 23 (+76.92%)
Mutual labels:  wordpress, wordpress-plugin
Space Lover
Git-ified. Synced via git-svn. Magically add an extra space between Chinese characters and English letters / numbers / common punctuation marks
Stars: ✭ 24 (+84.62%)
Mutual labels:  wordpress, wordpress-plugin

Hercules Build Status

Requires PHP 5.5.9 and WordPress 4.5

Simple domain mapping for top domains.

Installation

composer require isotopsweden/wp-hercules

Usage

Create wp-content/sunrise.php

<?php

// Default mu-plugins directory if you haven't set it.
defined( 'WPMU_PLUGIN_DIR' ) or define( 'WPMU_PLUGIN_DIR', WP_CONTENT_DIR . '/mu-plugins' );

require WPMU_PLUGIN_DIR . '/wp-hercules/sunrise.php';

Additionally, in order for sunrise.php to be loaded, you must add the following to your wp-config.php:

define( 'SUNRISE', 'on' );

Create new site

With Hercules installed you should use wp-cli to add new site instead of network/site-new.php, this is because that Hercules modifies wp site create command so you can add a domain instead of just a slug, SUBDOMAIN_INSTALL should be set to true

wp site create --slug=example.com

License

MIT © Isotop

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].