Advertisement
retesere20

--example $editor_settings wp

Dec 15th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. Array
  2. (
  3. [alignWide] =>
  4. [availableTemplates] => Array
  5. (
  6. )
  7.  
  8. [allowedBlockTypes] => 1
  9. [disableCustomColors] =>
  10. [disableCustomFontSizes] =>
  11. [disablePostFormats] =>
  12. [titlePlaceholder] => Add title
  13. [bodyPlaceholder] => Start writing or type / to choose a block
  14. [isRTL] =>
  15. [autosaveInterval] => 10
  16. [maxUploadFileSize] => 1536000
  17. [allowedMimeTypes] => Array
  18. (
  19. [jpg|jpeg|jpe] => image/jpeg
  20. [png] => image/png
  21. .....
  22. )
  23.  
  24. [styles] => Array
  25. (
  26. [0] => Array
  27. (
  28. [css] =>
  29. p {
  30. font-size: 16px;
  31. line-height: 1.8; }
  32.  
  33. .mce-content-body {
  34. line-height: 1.8; }
  35.  
  36. )
  37.  
  38. [1] => Array
  39. (
  40. [css] => body { font-family: 'Noto Serif' }
  41. )
  42.  
  43. )
  44.  
  45. [imageSizes] => Array
  46. (
  47. [0] => Array
  48. (
  49. [slug] => thumbnail
  50. [name] => Thumbnail
  51. )
  52.  
  53. [1] => Array
  54. (
  55. [slug] => medium
  56. [name] => Medium
  57. )
  58.  
  59. [2] => Array
  60. (
  61. [slug] => large
  62. [name] => Large
  63. )
  64.  
  65. [3] => Array
  66. (
  67. [slug] => full
  68. [name] => Full Size
  69. )
  70.  
  71. )
  72.  
  73. [richEditingEnabled] => 1
  74. [postLock] => Array
  75. (
  76. [isLocked] =>
  77. [activePostLock] => 1544863859:1
  78. )
  79.  
  80. [postLockUtils] => Array
  81. (
  82. [nonce] => 2614904765
  83. [unlockNonce] => 92db269ad3
  84. [ajaxUrl] => http://127.0.0.1/wp/3/wp-admin/admin-ajax.php
  85. )
  86.  
  87. [enableCustomFields] =>
  88. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement