Skip to content

Commit

Permalink
fix stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephywells committed Jun 25, 2024
1 parent 1aeb950 commit f11e235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

define( 'AWPCP_DIR', dirname( __FILE__ ) );
define( 'AWPCP_FILE', AWPCP_DIR . '/awpcp.php' );
define( 'AWPCP_URL', rtrim( plugin_dir_url( AWPCP_FILE ), '/' ) );
define( 'AWPCP_URL', 'http://example.com/wp-content/plugins/' . basename( AWPCP_DIR ) . '/awpcp.php' );
define( 'AWPCP_BASENAME', basename( AWPCP_DIR ) . '/awpcp.php' );

define( 'AWPCP_TABLE_ADFEES', 'wp_awpcp_adfees' );
Expand Down

0 comments on commit f11e235

Please sign in to comment.