Skip to content

Instantly share code, notes, and snippets.

@vincenzo
Created March 15, 2012 10:38
Show Gist options
  • Save vincenzo/2043544 to your computer and use it in GitHub Desktop.
Save vincenzo/2043544 to your computer and use it in GitHub Desktop.
Programmatic CCK Content Type Updated - Step 3
<?php
function _example_cck_content_cck_export() {
// code of the exported content type goes here
return $content;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment