Created
March 15, 2012 10:38
-
-
Save vincenzo/2043544 to your computer and use it in GitHub Desktop.
Programmatic CCK Content Type Updated - Step 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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