auto-patch 656-dev-dev01-2024-05-20T15_40_39
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
|
||||
namespace ShareThisShareButtons;
|
||||
|
||||
define( 'ASSET_PREFIX', strtolower( preg_replace( '/\B([A-Z])/', '-$1', __NAMESPACE__ ) ) );
|
||||
define( 'META_PREFIX', strtolower( preg_replace( '/\B([A-Z])/', '_$1', __NAMESPACE__ ) ) );
|
||||
define( 'DIR_PATH', dirname( __FILE__ ) . '/' );
|
||||
define( 'DIR_URL', '/wp-content/plugins/sharethis-share-buttons/' );
|
||||
|
||||
global $sharethis_share_buttons_plugin;
|
||||
|
||||
require_once __DIR__ . '/php/class-plugin-base.php';
|
||||
|
||||
Reference in New Issue
Block a user