File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public function createPostUpdateObjects(array $posts)
59
59
$ post = get_post ($ id );
60
60
if (!is_null ($ post )) {
61
61
$ postTypeHelper = vchelper ('PostType ' );
62
- $ editorTypeSlug = $ postTypeHelper ->getEditorTypeToByPostTypeDependecy (get_post_type ($ id ));
62
+ $ editorTypeSlug = $ postTypeHelper ->getEditorTypeByPostTypeDependecy (get_post_type ($ id ));
63
63
$ result [] = [
64
64
'id ' => $ id ,
65
65
'editableLink ' => $ frontendHelper ->getEditableUrl ($ id ),
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ public function updateCustomPostRoleCapabilityMigration($postType)
483
483
* @param string $post_type
484
484
* @return string
485
485
*/
486
- public function getEditorTypeToByPostTypeDependecy ($ post_type )
486
+ public function getEditorTypeByPostTypeDependecy ($ post_type )
487
487
{
488
488
$ dependentList = [
489
489
'vcv_headers ' => 'header ' ,
You can’t perform that action at this time.
0 commit comments