Questions tagged [wordpress-4.7]

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.7 ("Sarah").

Wordpress 4.7

Wordpress 4.7 was released in December 2016. Some of its feature highlights are:

  • New Default Theme - Twenty Seventeen
  • REST API Content Endpoints
  • Edit Shortcuts
  • Smoother Nav Menu Building
  • Custom CSS

For Developers:

  • Custom Bulk Actions
  • Page Templates for Post Types
  • More Theme API Goodies
  • Customize Changesets

Resources

5 questions
12
votes
1 answer

How to add "Edit Shortcuts" icon to Wordpress customizer

How to add "Edit Shortcuts" icon new feature in WordPress 4.7 to the customizer. I want to add this icon anywhere in my theme customizer
Javad
  • 178
  • 2
  • 14
3
votes
3 answers

Visual Editor Not Working 4.7

My WordPress visual editor is not working. I tried all of the solutions on the Google but nothing changed. Visual editor is not disabled for me (Checked it from profile page and enabled/disabled for times) CONCATENATE_SCRIPTS to false not…
oralunal
  • 393
  • 3
  • 16
3
votes
1 answer

Wordpress 4.7 call_user_func_array()

Updated to WordPress 4.7, and am receiving this error when I have one of my custom-made plugins enabled: ( ! ) Warning: call_user_func_array() expects parameter 1 to be a valid callback, no array or string given in /home/vagrant/Sites/wordpress/wp…
boisterouslobster
  • 1,283
  • 3
  • 25
  • 54
0
votes
1 answer

WordPress 4.6 to 4.7 having issue upgrading on Azure

I am trying to upgrade my WordPress website from version 4.6 to 4.7. When I try this through the WordPress panel, I get an error after about 3 minutes of waiting which is: 500 - The request timed out. The web server failed to respond within the…
William Ross
  • 3,568
  • 7
  • 42
  • 73
-2
votes
1 answer

REST in Wordpress 4.7

I currently working on wordpress 4.7. I want to deliver photo and text(JSON) through REST. In wordpress 4.6, I used WP REST API plugin and it's great. But I hear that on wordpress 4.7 WP REST API has been included in the wordpress core function, so…
Irawan
  • 1