This line is your problem:
$new_site_name = $site_name . '<sup>echo '<img src="' . plugins_url( 'images/wordpress.png' ,"logo.jpg" ) . '" > '</sup>';
Here you’ve muddled up the quotes and put PHP code inside a string expecting it to still work.
e.g.
echo ' this is inside a quote:' inside a quote ' . ';
It doesn’t work because the quote in your string closes the starting quote, ending the string. To fix this you need to either:
- use a double quote
- escape your characters
e.g.
echo 'this is inside a quote \' inside a quote \' .';
As a side note, make sure that your code editor supports syntax highlighting with a good colour scheme, it will make these kinds of issues more obvious.
Related Posts:
- wp.media.view.ImageDetails – Save settings as HTML5 data-* attributes for image
- how to get path to images in the uploads folder to be used in a plugin
- Resizing all images
- Display (and manage) webcam images?
- Cropping, Re-sizing and Saving images from one folder to another folder in wordpress
- Automatically Import Image into Posts from URLs on the Web?
- How do I change the description of the same image which is to be found in multiple instances?
- How to select featured images for 1500 posts?
- How to extract images of post and pages excluding header and logo image in wordpress?
- Generated Images sizes do not match Media Settings Image Size
- Dropzone.js and wordpress plugin
- Converting a simple plugin to be placed inside of functions.php
- There’s some way to add a wrapper around posted images?
- How to get CMB2 to show a single image at a specific size
- How to change Thumbnail size of next Gen Gallery plugin?
- How do I create a full-bleed background image on text mouseover? [closed]
- bulk change of image setting “link to” to “link to: image url “
- Is it possible to insert images directly from the server?
- Get the url of the full sized attachment image using post ID?
- How to add css class to a specific set of images?
- How do I make images clickable so as to enlarge them using lightbox?
- Adding Attachment Display Settings in custom media frame
- Advanced Custom Fields
- Why isn’t “background-image: url”working with Bootstrap carousel on WP?
- Find unused images?
- How to generate video out of images via WordPress plugin
- Image gallery plugin [closed]
- How to upload images to WP Panel keeping correct folder in FTP
- Inserting HTML tag with ACF into shortcode
- Images not showing after changing wp-content folder name
- How can I implement an Add to Collection function on my Image Gallery to be downloaded later?
- How to Delete all Unused photos Function
- Howto accurately position images with maximum flexibility?
- Show an image in my header.php
- How can I restrict image upload dimensions for non-admin WordPress users?
- Load external images via proxy
- Add padding while generating thumbnail
- Can we have an ‘Update metadata’ button in Image Gallery for all image instances?
- Add ALT attribute to Pin It Button image to pass HTML5 validation
- Adding (image) caching to my Tumblr widget
- Image Manager Plugin [closed]
- Slider/text combination plugin
- Adding Static Image to WooCommerce Content-Single-Product template
- How do I get a post author’s image/avatar via RSS from another blog?
- In Woocommerce theme need to add custom external link [closed]
- Photo Gallery Plugin and Touch Devices
- Skewed / slanted button within elementor [closed]
- How can I automatically download all images from all imported posts, place them on my new host, and replace all the links
- Plugin for an interactive image? [closed]
- How to fix broken media library?
- How to accept images at multiple sizes and aspect ratios and display as standardized image size / ratio?
- How to get images using taxonomy ( WP Media Folder)
- adding Adsense’s In-Article Ads between images of blog post
- Add “Featured Image” box in my plugin post page
- Image Galleries for website migrated from .com to .org
- JSON API Plugin not showing Attachments id reused
- reCAPTCHA on page template without plugin
- Some images on WordPress site are suddenly gone
- Regenerate Thumbnails Plugin successfully updated my thumbnails but image src won’t change to new image size?
- Multiple images per post – Show random image elsewhere
- Replace image urls(absolute instead of relative) by using filter in single page
- Looking for a photo management solution
- Simple sildeshow/image-upload plugin?
- Elementor Pro display featured image on section -> style -> image using shortcode
- Can export gallery but can’t import it Wp all import
- how to remove share button from image overlay
- How to hide featured images of all posts falling under the same category in wordpress?
- Upload Image with a file URL and show dynamically on Frontend
- Is classical wordpress eidtor a good option for me to include a large table with a large number of images on my webpage?
- insert og image link in wordpress post
- Display Multiple Photos as Featured Image when mouse moves on to it post
- How to Upload images to a custom folder in upload folder using media uploader
- Displaying all the images from all of my articles
- what functions to use to resize images and create DB metadata for them after/during upload?
- Product Page loads terribly slow when product gallery images are added
- WordPress how do I change images used in plugins?
- Why is my site still showing insecure icon even if I have SSL certificate?
- Help finding a plugin – masonry type post grid
- How to wrap image tag into div for post only?
- Does WordPress have a way of changing the ‘Natural’ size of uploaded images?
- Add image to post
- How to force regenerate thumbnails in WordPress posts?
- Theme Load Error
- how to open image gallery in a post/page?
- Server Path Information
- Determine if get_the_image has image on Get the image Plugin
- Display alt text as tool tip on page
- Widget redirecting to home page
- Image Layout in Posts
- How can I manage the background image of a slider based on the featured image of a page?
- getting image alt text via ACF plugin in WordPress [closed]
- Allow users to download media files directly from Amazon S3 (AWS plugin)
- How should I force WordPress to give proper name for the uploading images?
- How to display multiple images in the before and after plugin?
- How to make a rest style plugin?
- How to Add a Website Background Image to One Page?
- Want to show pop up image on home page every time when i refresh it [closed]
- how to embed a crop feature for cropping images uploaded by the user
- How to show image caption in Woocommerce gallery
- LiteSpeed cache image Optimization