-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathrdstation-wp.php
executable file
·35 lines (28 loc) · 1.33 KB
/
rdstation-wp.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
/*
Plugin Name: Integração RD Station
Plugin URI: https://wordpress.org/plugins/integracao-rdstation
Description: Integre seus formulários de contato do WordPress com o RD Station
Version: 1.0
Author: Resultados Digitais
Author URI: http://resultadosdigitais.com.br
License: GPL2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Integração RD Station is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
any later version.
Integração RD Station is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Integração RD Station. If not, see https://www.gnu.org/licenses/gpl-2.0.html.
*/
if ( is_admin() ) {
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
include_once( dirname(__file__).'/contactform7/create-settings.php');
include_once( dirname(__file__).'/gravityforms/create-settings.php');
}
include_once( dirname(__file__).'/contactform7/lead-conversion.php');
include_once( dirname(__file__).'/gravityforms/lead-conversion.php');