Questions tagged [wordpress-4.8]

WordPress is a PHP-based, open source content management system for creating websites and blogs. This tag is for programming-specific questions referring to version 4.8 ("William").

Wordpress 4.8

Wordpress 4.8 was released in June 2017. Some of its feature highlights are:

  • Widget Updates
  • Link Boundaries
  • Nearby WordPress Events

For Developers:

  • More Accessible Admin Panel Headings
  • Removal of Core Support for WMV and WMA Files
  • Multisite Updates
  • Text-Editor JavaScript API

Resources

6 questions
4
votes
2 answers

Disable admin bar is not working in wordpress 4.8

I have tried with add_filter('show_admin_bar', '__return_false'); in wordpress 4.8 version and its not hiding the admin bar. Help me with a solution.
priya
  • 158
  • 5
  • 16
4
votes
1 answer

Tab not working after upgrade Wordpress 4.8

the tab below on article page edit stops working after upgrade to WP 4.8 I get this js error in console: Any idea to solve this? Thank you
jack_0
  • 61
  • 6
1
vote
2 answers

how to customize URL in Wordpress 4.8

I have a simple question. I do not know how to add custom url in my latest version of wordpress today. In the following snap. The top menu is the one that i want to customize. Inspecting it and adding a style of display none, i got the result.…
Deepak Keynes
  • 2,291
  • 5
  • 27
  • 56
0
votes
1 answer

text widget wordpress 4.8

The new Text Widget in WordPress 4.8 is stripping out code. For example, if the following code is placed in the widget via the Text editor:
  • List 1
  • List…
0
votes
2 answers

Wordpress 4.8 - ReferenceError: Can't find variable: wp

After updating to Wordpress 4.8 widgets stop working, I mean the textarea inside has disappeared and I read the following error in console: ReferenceError: Can't find variable: wp Global Code — widgets.php:202 Looking into the file I see the line…
0
votes
1 answer

wordpress 4.8 high cpu usage

recently I updated wordprees to latest version 4.8. but I found there is a high cpu usage in backend that the page load, drafting and publishing took a lot of time. but the frontend is ok. I searched and asked some people. they have this issue too.…