PluginProbe
Friends / 4.3.2
Friends v4.3.2
4.3.2 4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 All 88 releases
← All changes | includes/class-friends.php +9 -0 4.2.14.3.2 View file →
@@ -72,8 +72,15 @@
72 72 */
73 73 public $frontend;
74 74
75 75 /**
76 + * A reference to the Link_Preview object.
77 + *
78 + * @var Link_Preview
79 + */
80 + public $link_preview;
81 +
82 + /**
76 83 * A reference to the REST object.
77 84 *
78 85 * @var REST
79 86 */
@@ -124,8 +131,10 @@
124 131 $this->frontend = new Frontend( $this );
125 132 $this->reactions = new Reactions( $this );
126 133 $this->rest = new REST( $this );
127 134 $this->abilities = new Abilities( $this );
135 +
136 + $this->link_preview = new Link_Preview( $this );
128 137
129 138 new Third_Parties( $this );
130 139 new Blocks( $this );
131 140 new Logging( $this );