To answer my own question:
This is for 1.10.9
In the directory folder (the folder that holds the plugin)
all-in-one-event-calendar Locate the file called Constants.php
in this file, locate this line of code:
if ( ! defined( ‘AI1EC_POST_TYPE’ ) ) {
define( ‘AI1EC_POST_TYPE’, ‘ai1ec_event’ );
Change ai1ec_event to whatever you want.
Once you do this, You have to refresh your permalinks and you’re good to go! ??
(refreshing your permalinks :
in wordpress (not the ai1ec, Just your wordpress interface,
go to “settings -> permalinks” , Change the selection from “post-name” to “numeric” , save your changes.
Now, just change it back. and you’re good to go! ??