• I can’t upload .3gp to wordpress.
    Solution:
    Edit wp-includes/functions.php,
    search for:
    1
    ‘mp4|m4v’ => ‘video/mp4′,
    add a line after it:
    1
    ’3gp’ => ‘video/3gpp’,
    Done!
    You may want to add other filetypes you also enjoy here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • No! You should never edit core WordPress files!

    WordPress provides an ext2type filter so that you do not have to edit the core file in this case. You can add a filter in a custom plugin or a child theme. The ext2type filter has one argument, which is the array of types.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do check edit wp or check which version I have if I have to upgrade?’ is closed to new replies.