first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace WPML\CF7;
|
||||
|
||||
class Constants {
|
||||
|
||||
/**
|
||||
* The CPT slug for contact forms.
|
||||
*/
|
||||
const POST_TYPE = 'wpcf7_contact_form';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user