Changeset 2749165
- Timestamp:
- 06/28/2022 02:42:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
social-networks-auto-poster-facebook-twitter-g/trunk/NextScripts_SNAP.php
r2748653 r2749165 5 5 Description: This plugin automatically publishes posts from your blog to your social media accounts on Twitter, FB, Telegram, LinkedIn, and 25 more networks. 6 6 Author: NextScripts 7 Version: 4.3.2 57 Version: 4.3.26 8 8 Author URI: https://www.nextscripts.com 9 9 Text Domain: social-networks-auto-poster-facebook-twitter-g 10 Copyright 2012-202 1NextScripts Corp10 Copyright 2012-2022 NextScripts Corp 11 11 */ 12 12 13 define( 'NextScripts_SNAP_Version' , '4.3.26' ); define( 'NextScripts_SNAP_Version_Date' , 'June 2 7, 2022' ); require_once "inc/nxs_functions_wp.php"; if(!defined( 'NXSSNAP_BASENAME' ) ) define( 'NXSSNAP_BASENAME', plugin_basename( __FILE__ ) );13 define( 'NextScripts_SNAP_Version' , '4.3.26' ); define( 'NextScripts_SNAP_Version_Date' , 'June 28, 2022' ); require_once "inc/nxs_functions_wp.php"; if(!defined( 'NXSSNAP_BASENAME' ) ) define( 'NXSSNAP_BASENAME', plugin_basename( __FILE__ ) ); 14 14 15 15 if (true===nxs_doSystemInitCheck()) { // error_reporting(E_ALL); ini_set('display_errors', '1');
Note: See TracChangeset
for help on using the changeset viewer.