auto-patch 656-dev-dev01-2024-05-20T15_40_39

This commit is contained in:
root
2024-05-20 15:40:39 +00:00
parent 53b1c63251
commit e7933afaee
6 changed files with 79 additions and 83 deletions

View File

@@ -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';