Released under the terms of the GNU General Public License.
You should have received a copy of the GNU General Public License,
along with this software. In the main directory, see: /licensing/
If not, see: .
*/
if (realpath (__FILE__) === realpath ($_SERVER["SCRIPT_FILENAME"]))
exit ("Do not access this file directly.");
/*
As of v2.0+, these two functions are deprecated ( i.e. do NOT use ).
All older PriMoThemes called upon the activate/deactivate functions.
*/
function ws_widget__ad_squares_activate () /* Call with classes. */
{
return c_ws_widget__ad_squares_installation::activate ();
}
/**/
function ws_widget__ad_squares_deactivate () /* Call class. */
{
return c_ws_widget__ad_squares_installation::deactivate ();
}
?>