Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. PHP Fatal error: Cannot redeclare _wp_oembed_get_object() (previously declared in /home/samdonme/public_html/wp-includes/embed.php:112) in /home/samdonme/public_html/wp-includes/class-oembed.php on line 692
  2.  
  3. function _wp_oembed_get_object() {
  4. static $wp_oembed = null;
  5.  
  6. function _wp_oembed_get_object() {
  7. static $wp_oembed = null;
  8.  
  9. if ( is_null( $wp_oembed ) ) {
  10. $wp_oembed = new WP_oEmbed();
  11. }
  12. return $wp_oembed;
  13.  
  14. require( ABSPATH . WPINC . '/class-oembed.php' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement