Viewing File: /home/rtsgrob/ww6/wp-content/plugins/contact-form-7-multilingual/classes/constants.php

<?php

namespace WPML\CF7;

class Constants {

	/**
	 * The CPT slug for contact forms.
	 */
	const POST_TYPE = 'wpcf7_contact_form';

}
Back to Directory File Manager